Skip to content

Commit

Permalink
Update README.md (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
icoxfog417 authored Jan 22, 2024
1 parent 11363d1 commit ddedd05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ npx -w packages/cdk cdk bootstrap
npm run cdk:deploy
```

> [!NOTE]
> 開発環境を構築する際は、本番環境を上書きしないよう `-c``stage` を使用してください。
> ```bash
> npm run cdk:deploy -c stage=<stage>
> ```
アプリケーションのデプロイが完了したら、コンソールに出力される `WebUrl` の URL からアクセスしてください。コンソールの出力をとり漏らした場合は、 AWS Console にログインし次の手順で確認してください。
1. 画面上部の検索バーで "CloudFormation" を検索し、 CloudFormation の管理画面に遷移。
Expand Down

0 comments on commit ddedd05

Please sign in to comment.