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
|
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user