Skip to content

Commit 5852cb6

Browse files
Add application to gunicorn call
1 parent ad27424 commit 5852cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/aws/codedeploy/start_server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export AWS_DEFAULT_REGION
77
DJANGO_SETTINGS_MODULE='conduit.settings.ec2'
88
export DJANGO_SETTINGS_MODULE
99

10-
pipenv run gunicorn --config ../infrastructure/aws/codedeploy/gunicorn.ec2.conf.py conduit.wsgi
10+
pipenv run gunicorn --config ../infrastructure/aws/codedeploy/gunicorn.ec2.conf.py conduit.wsgi:application

0 commit comments

Comments
 (0)