do not touch local_settings.py on deploy

This commit is contained in:
Nico Schottelius 2021-01-17 15:54:16 +01:00
parent a920887100
commit c8ce7dbb40
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ fi
rsync -av \
--exclude venv/ \
--exclude '*.pyc' \
--exclude uncloud/local_settings.py \
--delete \
${uncloud_base}/ ${user}@${target_host}:app/