Run migrations when deploying to Heroku

This commit is contained in:
Liam Morley 2021-11-02 09:27:14 -04:00
parent 77b6e47393
commit d35d7c0b55

View file

@ -1 +1,2 @@
release: rake db:migrate
web: bin/rails server -p $PORT -e $RAILS_ENV