Skip to content

Commit

Permalink
Merge pull request #572 from codeforjapan/develop
Browse files Browse the repository at this point in the history
refactor: update github action prd version
  • Loading branch information
ayuki-joto authored Oct 31, 2023
2 parents b9f25d5 + 1a75b15 commit 96a5e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
id: set-env-production
if: endsWith(github.ref, 'heads/master') || contains(github.ref, 'tags/v')
run: |
echo "IMAGE_TAG_PREFIX=prd-v0265" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=prd-v0265" >> $GITHUB_ENV
echo "IMAGE_TAG_PREFIX=prd-v0274" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=prd-v0274" >> $GITHUB_ENV
- name: Output App Env
id: output-app-env
Expand Down
2 changes: 1 addition & 1 deletion docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aws環境の設定はAWS CDKのコードで管理されています。
インスタンスタイプやオートスケールの設定が違うため、stagingとproductionで一部ファイルが別です。それ以外の共通の設定は同じファイルを使っているので気を付けて下さい。

staging: [config/staging](https://github.com/codeforjapan/decidim-cfj-cdk/blob/main/config/staging.json)
production: [config/production](https://github.com/codeforjapan/decidim-cfj-cdk/blob/main/config/prd-v0265.json)
production: [config/production](https://github.com/codeforjapan/decidim-cfj-cdk/blob/main/config/prd-v0274.json)

デプロイの際に上記の設定ファイルを元にデプロイが実行されます。コードでの設定がある場合、インフラも含め反映されます。

Expand Down

0 comments on commit 96a5e0a

Please sign in to comment.