generated from cms/tibi-docs
This commit is contained in:
parent
46c5b52de1
commit
7d77440749
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user