Testing CI

This commit is contained in:
2022-11-10 08:01:36 -05:00
parent 708730a1b2
commit be8166aecf

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}