Merge pull request #69 from CactusPuppy/migrate-on-deploy
Run database migrations on Heroku deploy
This commit is contained in:
commit
bf945c4b5a
1 changed files with 1 additions and 0 deletions
1
Procfile
1
Procfile
|
|
@ -1,2 +1,3 @@
|
||||||
web: bundle exec rails server -b 0.0.0.0
|
web: bundle exec rails server -b 0.0.0.0
|
||||||
worker: bundle exec rails jobs:work
|
worker: bundle exec rails jobs:work
|
||||||
|
release: rake db:migrate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue