From ee39b10e8b406bea972fe0d9ef7c2a463f495f5e Mon Sep 17 00:00:00 2001 From: Tek Hudson Date: Thu, 24 Sep 2020 08:18:53 -0700 Subject: [PATCH] Add migrations to procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 4ab5f3c0..1d4456ee 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ web: bundle exec puma -C config/puma.rb worker: bundle exec sidekiq -q default -q mailers -e production -c 1 +release: rake db:migrate