Testing CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-10 08:16:37 -05:00
parent 8e84b0600d
commit 9380160f6b

View File

@@ -7,7 +7,4 @@ pipeline:
image: jbrechtel/rsync:latest image: jbrechtel/rsync:latest
commands: commands:
- ./ci-deploy - ./ci-deploy
- 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 ] secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]