This commit is contained in:
parent
6fb6a3347f
commit
348a315608
@ -20,6 +20,12 @@ rsync -rlcgD --perms -i -u -v --stats --progress \
|
||||
frontend/ \
|
||||
${RSYNC_USER}@ftp1.webmakers.de:./frontend/ \
|
||||
|
||||
# sync images getter
|
||||
rsync -rlcgD --perms -i -u -v --stats --progress \
|
||||
-e "sshpass -p ${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 22222" \
|
||||
images/ \
|
||||
${RSYNC_USER}@ftp1.webmakers.de:./images/
|
||||
|
||||
# sync api config
|
||||
rsync -rlcgD --perms -i -u -v --stats --progress \
|
||||
--delete \
|
||||
|
Loading…
Reference in New Issue
Block a user