Skip to content

Commit

Permalink
change postdepoy to migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-wood committed Mar 30, 2019
1 parent d7bfa25 commit c1676bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "refugerestrooms",
"description": "refuge heroku app.json",
"scripts": {
"postdeploy": "bundle exec rake db:setup"
"postdeploy": "bundle exec rake db:migrate"
},
"env": {
"AKISMET_KEY": {
Expand Down

0 comments on commit c1676bb

Please sign in to comment.