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

This commit is contained in:
2022-11-10 08:10:41 -05:00
parent 39cf809243
commit 0de3cdfb56

View File

@@ -6,6 +6,7 @@ pipeline:
deploy:
image: jbrechtel/rsync:latest
commands:
- export
- mkdir -p $HOME/.ssh
- ssh-keyscan -t rsa $DEPLOY_HOST >> $HOME/.ssh/known_hosts
- sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh -o "StrictHostKeyChecking no" /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH}
secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]