Skip to content

Commit 0519bef

Browse files
committed
Fix Review Apps
1 parent f2a8657 commit 0519bef

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Procfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server
22
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /bin/bash
2+
set -euo pipefail
3+
4+
bundle exec rake db:migrate
5+
6+
env

0 commit comments

Comments
 (0)