This commit is contained in:
parent
ae0a302298
commit
1efdc50eed
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu hugo
|
- pacman -Syu --noconfirm hugo
|
||||||
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
|
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
|
||||||
|
|
||||||
prepare-ssh:
|
prepare-ssh:
|
||||||
|
@ -16,7 +16,7 @@ pipeline:
|
||||||
upload:
|
upload:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu openssh rsync
|
- pacman -Syu --noconfirm openssh rsync
|
||||||
- rsync -rv -e "ssh -p $SSH-PORT -i ~/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH-HOST:/home/woodpecker/build/vrifox.cc/ --checksum
|
- rsync -rv -e "ssh -p $SSH-PORT -i ~/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH-HOST:/home/woodpecker/build/vrifox.cc/ --checksum
|
||||||
secrets: [ ssh-port, ssh-host ]
|
secrets: [ ssh-port, ssh-host ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue