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

This commit is contained in:
2022-11-10 07:49:45 -05:00
parent c186bc9f69
commit 0273912eee

View File

@@ -6,7 +6,7 @@ pipeline:
deploy:
image: jbrechtel/rsync:latest
commands:
- echo "${deploy_key}" > deploy-key
- echo $${DEPLOY_KEY} | tee deploy-key
- ls -altrh .
- ls -altrh /deploy/jamesbrechtel.com/
- rsync -avzr -e "ssh -o 'StrictHostKeyChecking=no' -i deploy-key" public/ www@gibson.brechtel:/nas/www/jamesbrechtel.com