Skip to content

Commit 4f5cddc

Browse files
authored
Merge pull request #446 from coderdojo-japan/rm_db-setup_at_app.json
app.jsonのdb関連の設定変更
2 parents ca2b95c + c462b4f commit 4f5cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"name": "coderdojo.jp",
8282
"scripts": {
83-
"postdeploy": "bundle exec rails db:setup && bundle exec rails dojos:update_db_by_yaml && bundle exec rails dojo_event_services:upsert"
83+
"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"
8484
},
8585
"stack": "heroku-18"
8686
}

0 commit comments

Comments
 (0)