live?
Some checks failed
deploy to production / deploy (push) Failing after 38s

This commit is contained in:
Robin Grenzdörfer 2023-09-20 08:31:18 +00:00
parent 6fb6a3347f
commit 348a315608

View File

@ -20,6 +20,12 @@ rsync -rlcgD --perms -i -u -v --stats --progress \
frontend/ \ frontend/ \
${RSYNC_USER}@ftp1.webmakers.de:./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 # sync api config
rsync -rlcgD --perms -i -u -v --stats --progress \ rsync -rlcgD --perms -i -u -v --stats --progress \
--delete \ --delete \