Run database migrations on release
This commit is contained in:
parent
e26181e1ec
commit
ad03f50200
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