From c8ce7dbb40ef5c1de4a13c8b496974bd61a48116 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 17 Jan 2021 15:54:16 +0100 Subject: [PATCH] do not touch local_settings.py on deploy --- bin/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/deploy.sh b/bin/deploy.sh index 5def21a..99f7ba0 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -26,6 +26,7 @@ fi rsync -av \ --exclude venv/ \ --exclude '*.pyc' \ + --exclude uncloud/local_settings.py \ --delete \ ${uncloud_base}/ ${user}@${target_host}:app/