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

This commit is contained in:
2022-11-10 08:02:12 -05:00
parent be8166aecf
commit f85b049b32

View File

@@ -6,4 +6,4 @@ pipeline:
deploy: deploy:
image: jbrechtel/rsync:latest image: jbrechtel/rsync:latest
commands: commands:
- 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}