forked from uncloud/uncloud
do not touch local_settings.py on deploy
This commit is contained in:
parent
a920887100
commit
c8ce7dbb40
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ fi
|
|||
rsync -av \
|
||||
--exclude venv/ \
|
||||
--exclude '*.pyc' \
|
||||
--exclude uncloud/local_settings.py \
|
||||
--delete \
|
||||
${uncloud_base}/ ${user}@${target_host}:app/
|
||||
|
||||
|
|
Loading…
Reference in a new issue