We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca2b95c + c462b4f commit 4f5cddcCopy full SHA for 4f5cddc
app.json
@@ -80,7 +80,7 @@
80
},
81
"name": "coderdojo.jp",
82
"scripts": {
83
- "postdeploy": "bundle exec rails db:setup && bundle exec rails dojos:update_db_by_yaml && bundle exec rails dojo_event_services:upsert"
+ "postdeploy": "bundle exec rails db:schema:load && bundle exec rails db:seed && bundle exec rails dojos:update_db_by_yaml && bundle exec rails dojo_event_services:upsert"
84
85
"stack": "heroku-18"
86
}
0 commit comments