This commit is contained in:
Sebastian Frank 2022-11-02 14:17:51 +00:00
parent 5d2118afc8
commit e1e100d8cf

View File

@ -29,10 +29,11 @@ steps:
RSYNC_PASS: RSYNC_PASS:
from_secret: rsync_master from_secret: rsync_master
commands: commands:
- < - >
rsync -rlcgD --perms -i -u -v --stats --progress rsync -rlcgD --perms -i -u -v --stats --progress
--delete --delete
-e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p $${RSYNC_PORT}" -e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p $${RSYNC_PORT}"
_docpress/
$${RSYNC_USER}@$${RSYNC_HOST}:./ $${RSYNC_USER}@$${RSYNC_HOST}:./
when: when:
branch: [master] branch: [master]