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