diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 8b5f0d9..d003543 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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 \