diff --git a/config/production/deploy.py b/config/production/deploy.py index 78353e3..c0b9bac 100644 --- a/config/production/deploy.py +++ b/config/production/deploy.py @@ -40,7 +40,7 @@ CONFIG_FILES = [ './conf/app.supervisor.conf' ), ( - '%s/config/production/server.sh' % GIT_DOWNLOAD_DIR, + '%s/config/server/server.sh' % GIT_DOWNLOAD_DIR, './server.sh' ), ]