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