From ad317e917dde8a791607051726b495602f68f0e5 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 12 Apr 2020 23:25:41 +0200 Subject: [PATCH] Automatically run DB migrations during the heroku release phase --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index c2c566e..05946fc 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: bundle exec rails db:migrate web: bundle exec puma -C config/puma.rb