From 9aaae4582b058eeff4330fcfc12e1a2491f7ae84 Mon Sep 17 00:00:00 2001 From: cp-at-mit Date: Tue, 3 Sep 2024 09:35:18 -0400 Subject: [PATCH] Migrations to release phase (#2379) --- Procfile | 1 + bin/post_compile => scripts/heroku-release-phase.sh | 0 2 files changed, 1 insertion(+) rename bin/post_compile => scripts/heroku-release-phase.sh (100%) diff --git a/Procfile b/Procfile index 1d88722b2f..b52e8dd8d4 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,4 @@ +release: bash scripts/heroku-release-phase.sh web: bin/start-nginx bin/start-pgbouncer newrelic-admin run-program uwsgi uwsgi.ini worker: bin/start-pgbouncer newrelic-admin run-program celery -A main.celery:app worker -E -Q hubspot_sync,celery -B -l $MITX_ONLINE_LOG_LEVEL extra_worker: bin/start-pgbouncer newrelic-admin run-program celery -A main.celery:app worker -E -Q hubspot_sync,celery -l $MITX_ONLINE_LOG_LEVEL diff --git a/bin/post_compile b/scripts/heroku-release-phase.sh similarity index 100% rename from bin/post_compile rename to scripts/heroku-release-phase.sh