mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 00:02:36 -05:00
Missing the name on the aws start celery command
- means that logs are branded as application:api not delivery.
This commit is contained in:
@@ -6,5 +6,5 @@ import os
|
|||||||
# on aws get secrets and export to env
|
# on aws get secrets and export to env
|
||||||
os.environ.update(getAllSecrets(region="eu-west-1"))
|
os.environ.update(getAllSecrets(region="eu-west-1"))
|
||||||
|
|
||||||
application = create_app()
|
application = create_app("delivery")
|
||||||
application.app_context().push()
|
application.app_context().push()
|
||||||
|
|||||||
Reference in New Issue
Block a user