fix: preserve server env files during local deploy
This commit is contained in:
@@ -25,6 +25,8 @@ git pull --ff-only origin develop
|
||||
|
||||
echo "Syncing repository to ${DEPLOY_HOST}:${DEPLOY_PATH} ..."
|
||||
rsync -az --delete \
|
||||
--filter 'P .env.test' \
|
||||
--filter 'P .env.prod' \
|
||||
--exclude '.git' \
|
||||
--exclude '.github' \
|
||||
--exclude '.venv' \
|
||||
|
||||
Reference in New Issue
Block a user