Skip to content

Commit

Permalink
Heroku postgres user can't run db:setup so try db:schema:load #107
Browse files Browse the repository at this point in the history
  • Loading branch information
subelsky committed Jul 21, 2017
1 parent 4b11a78 commit 27546ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/coyote-team/coyote",
"keywords": ["rails"],
"scripts": {
"postdeploy": "echo DB=$DATABASE_URL; bin/rake RAILS_ENV=production db:setup db:migrate db:seed"
"postdeploy": "echo DB=$DATABASE_URL; bin/rake RAILS_ENV=production db:schema:load db:migrate db:seed"
},
"image": "heroku/ruby",
"env": {
Expand Down

0 comments on commit 27546ee

Please sign in to comment.