Missing the name on the aws start celery command

- means that logs are branded as application:api not delivery.
This commit is contained in:
Martyn Inglis
2016-08-17 13:18:33 +01:00
parent 7fab5ada38
commit 989fbb094d

View File

@@ -6,5 +6,5 @@ import os
# on aws get secrets and export to env
os.environ.update(getAllSecrets(region="eu-west-1"))
application = create_app()
application = create_app("delivery")
application.app_context().push()