[CI/CD] experimental
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vri 🌈 2023-03-29 22:01:37 +02:00
parent 4d06714637
commit 6df9b579fc
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -2,7 +2,7 @@ pipeline:
build:
image: archlinux
commands:
- pacman -Syu --noconfirm hugo git
- pacman -Syu --noconfirm hugo git openssh rsync
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
prepare-ssh:
@ -16,7 +16,6 @@ pipeline:
upload:
image: archlinux
commands:
- 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 ]