diff --git a/config/production/deploy.py b/config/production/deploy.py index c8a6e36..b1def81 100644 --- a/config/production/deploy.py +++ b/config/production/deploy.py @@ -35,6 +35,11 @@ CONFIG_FILES = [ '%s/config/production/nginx.conf' % GIT_DOWNLOAD_DIR, './conf/nginx.conf' ), + ( + '%s/config/production/app.supervisor.conf' % GIT_DOWNLOAD_DIR, + './conf/app.supervisor.conf' + ), + ] FIXTURES = [