test
All checks were successful
deploy to production / deploy (push) Successful in 28s

This commit is contained in:
Robin Grenzdörfer 2023-10-13 09:39:09 +00:00
parent 46c5b52de1
commit 7d77440749

View File

@ -7,10 +7,10 @@ if [ -z "${RSYNC_USER}" ] || [ -z "${RSYNC_PASS}" ]; then
fi fi
excludes="" excludes=""
if [ "${DRONE_BRANCH}" == "master" ]; then #if [ "${DRONE_BRANCH}" == "master" ]; then
excludes='--exclude=src --exclude=*.map' # excludes='--exclude=src --exclude=*.map'
echo "master deploy, excluding $excludes" # echo "master deploy, excluding $excludes"
fi #fi
# sync frontend # sync frontend
rsync -rlcgD --perms -i -u -v --stats --progress \ rsync -rlcgD --perms -i -u -v --stats --progress \