diff options
Diffstat (limited to 'pre-push.sh')
-rwxr-xr-x | pre-push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pre-push.sh b/pre-push.sh index c2637b6..788b46f 100755 --- a/pre-push.sh +++ b/pre-push.sh @@ -45,6 +45,7 @@ echo " reset: SECRET_KEY = \"real-SECRET_KEY--imported-from-localsettings.py\ mv _deploy/wsl/localsettingsWSL.py _deploy/wsl/localsettingsWSL.py.bak mv localsettingsWSL.py _deploy/wsl +cp *.sh _deploy/wsl deactivate # # Do these before final testing, *not* just before pushing: |