This commit is contained in:
parent
ae0a302298
commit
1efdc50eed
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Syu hugo
|
||||
- pacman -Syu --noconfirm hugo
|
||||
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
|
||||
|
||||
prepare-ssh:
|
||||
|
@ -16,7 +16,7 @@ pipeline:
|
|||
upload:
|
||||
image: archlinux
|
||||
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
|
||||
secrets: [ ssh-port, ssh-host ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue