We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a8657 commit 0519befCopy full SHA for 0519bef
Procfile
@@ -1,2 +1,5 @@
1
# https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server
2
web: bundle exec puma -C config/puma.rb
3
+
4
+# https://devcenter.heroku.com/articles/release-phase
5
+release: ./bin/heroku-release
bin/heroku-release
@@ -0,0 +1,6 @@
+#! /bin/bash
+set -euo pipefail
+bundle exec rake db:migrate
6
+env
0 commit comments