Skip to content

Commit 5aa9007

Browse files
committed
update: release フェーズで news:upsert を使用
script/release.sh で news:import_from_yaml から news:upsert に変更。 Heroku のリリースフェーズで正しいタスク名を使用する。
1 parent 0aea32f commit 5aa9007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ set -e
33
bundle exec rails db:migrate
44
bundle exec rails db:seed
55
bundle exec rails dojos:update_db_by_yaml
6-
bundle exec rails news:import_from_yaml
6+
bundle exec rails news:upsert
77
bundle exec rails dojo_event_services:upsert
88
bundle exec rails podcasts:upsert

0 commit comments

Comments
 (0)