Automatically run DB migrations during the heroku release phase

This commit is contained in:
bumi 2020-04-12 23:25:41 +02:00
parent bffed7a606
commit ad317e917d
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
release: bundle exec rails db:migrate
web: bundle exec puma -C config/puma.rb