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

This commit is contained in:
2022-11-10 08:03:06 -05:00
parent f85b049b32
commit 462fbe74ee

View File

@@ -6,4 +6,5 @@ pipeline:
deploy: deploy:
image: jbrechtel/rsync:latest image: jbrechtel/rsync:latest
commands: commands:
- export
- sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH} - sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH}