File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
web : bundle exec puma -C config/puma.rb
2
- release : ./scripts /release.sh
2
+ release : ./script /release.sh
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Doorkeeperのイベントを取得するために、[こちらでPublic API Acce
134
134
135
135
- テスト(CI): [ .github/workflows/test.yml] ( https://github.com/coderdojo-japan/coderdojo.jp/blob/main/.github/workflows/test.yml )
136
136
- デプロイ前: Bundle, Asset Precomiple, Heroku Buildpack など
137
- - デプロイ後: [ scripts /release.sh] ( https://github.com/coderdojo-japan/coderdojo.jp/blob/main/scripts /release.sh ) , [ Procfile] ( https://github.com/coderdojo-japan/coderdojo.jp/blob/main/Procfile )
137
+ - デプロイ後: [ script /release.sh] ( https://github.com/coderdojo-japan/coderdojo.jp/blob/main/script /release.sh ) , [ Procfile] ( https://github.com/coderdojo-japan/coderdojo.jp/blob/main/Procfile )
138
138
139
139
GitHub Actions に ` deploy ` workflow を入れることもできましたが、次の2つの目的から現在は分離しています。
140
140
@@ -148,7 +148,7 @@ GitHub Actions に `deploy` workflow を入れることもできましたが、
148
148
149
149
### [ :gem : ] ( #howto-develop-tasks ) CI で実行される各種 Ruby スクリプト (Rake タスク)
150
150
151
- 最新版は [ scripts /release.sh] ( https://github.com/coderdojo-japan/coderdojo.jp/blob/main/scripts /release.sh ) からご確認いただけます。
151
+ 最新版は [ script /release.sh] ( https://github.com/coderdojo-japan/coderdojo.jp/blob/main/script /release.sh ) からご確認いただけます。
152
152
153
153
``` console
154
154
# データベースのマイグレーション
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments