Skip to content

Commit d22f9aa

Browse files
committed
[heroku] Add db:migrate step to release phase
1 parent 7d40baa commit d22f9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
web: bundle exec puma -C config/puma.rb
22
worker: bundle exec sidekiq
3+
release: bin/rails db:migrate

0 commit comments

Comments
 (0)