Testing CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-11-09 21:40:08 -05:00
parent 962b80e976
commit 64334d6d8a

View File

@@ -5,3 +5,4 @@ pipeline:
commands:
- echo $${WWW-DEPLOY-KEY} | tee deploy-key
- "zola build"
- "rsync -e 'ssh -i deploy-key' -avzr public/ $${WWW-DEPLOY-USER}@$${WWW-DEPLOY-HOST}:/nas/www/jamesbrechtel.com"