From 579db24224553a0193bf76e11407f1ce6a6cc65d Mon Sep 17 00:00:00 2001 From: Robert Fletcher Date: Sun, 28 Sep 2025 09:38:34 -0700 Subject: [PATCH] remove release phase from Procfile It's only relevant to Heroku and prevents use of `foreman` to run processes. Best to remove it to avoid confusion. --- Procfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Procfile b/Procfile index 8c789e438..819eb20a1 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1 @@ web: bundle exec puma -C ./config/puma.rb -release: bundle exec rails db:migrate