mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Run migrations on the first web instance startup
This commit is contained in:
@@ -21,7 +21,7 @@ applications:
|
||||
- type: web
|
||||
instances: ((web_instances))
|
||||
memory: ((web_memory))
|
||||
command: ./scripts/run_app_paas.sh gunicorn -c ./gunicorn_config.py application
|
||||
command: ./scripts/migrate_and_run_web.sh
|
||||
- type: worker
|
||||
instances: ((worker_instances))
|
||||
memory: ((worker_memory))
|
||||
|
||||
Reference in New Issue
Block a user