Run database migrations on release

This commit is contained in:
CactusPuppy 2021-04-13 15:45:51 -07:00
parent e26181e1ec
commit ad03f50200
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -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