Closed gudmundur closed 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.
bundle exec rake db:schema:load db:migrate
postdeploy
:+1:
+1.
Adds
bundle exec rake db:schema:load db:migrate
as apostdeploy
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.