interagent / pliny

An opinionated toolkit for writing excellent APIs in Ruby.
MIT License
802 stars 73 forks source link

Add app.json postdeploy script to run migrations #246

Closed gudmundur closed 8 years ago

gudmundur commented 8 years ago

Adds bundle exec rake db:schema:load db:migrate as a postdeploy script when creating apps with Heroku App Setups. This will cause Heroku Buttons and review apps to get the database prepared while spinning up the app.

dmathieu commented 8 years ago

:+1:

brandur commented 8 years ago

+1.