diff --git a/Procfile b/Procfile index 8b9e764c..7a5416e2 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ web: bundle exec rails server -b 0.0.0.0 worker: bundle exec rails jobs:work +release: rake db:migrate