Copy supervisor script correctly

This commit is contained in:
Felipe Martín 2013-05-23 12:49:24 +02:00
parent b7ece75cb5
commit 1bb173312f
1 changed files with 5 additions and 0 deletions

View File

@ -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 = [