Skip to content

Commit

Permalink
fixed heroku review app build
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmithlal committed Apr 5, 2019
1 parent c652bd0 commit b8ab452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Expand Up @@ -59,7 +59,7 @@
},
"name": "joatu-v2",
"scripts": {
"postdeploy": "bundle exec rake db:setup INITIAL_ADMIN_EMAIL=joatu-admin@grr.la INITIAL_ADMIN_PASSWORD=password"
"postdeploy": "bundle exec rake db:schema:load db:seed INITIAL_ADMIN_EMAIL=joatu-admin@grr.la INITIAL_ADMIN_PASSWORD=password"
},
"stack": "heroku-18"
}

0 comments on commit b8ab452

Please sign in to comment.