Merge pull request #607 from alphagov/set_app_name_for_delivery

Missing the name on the aws start celery command
This commit is contained in:
minglis
2016-08-17 13:45:34 +01:00
committed by GitHub

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()