Skip to content

Commit

Permalink
refactor: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Oct 25, 2024
1 parent bcf5f71 commit 27ca902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ $ npx cdk --context stage=dev tag=${IMAGE_TAG} --profile decidim bootstrap
どんなリソースが作成されるのかを確認できる。

```console
$ npx cdk --context stage=dev tag=${IMAGE_TAG} --profile decidim diff
$ npx cdk --context stage=dev -c tag=${IMAGE_TAG} --profile decidim diff
```

## 6-3. デプロイ実行

```console
$ npx cdk --context stage=dev tag=${IMAGE_TAG} --profile decidim deploy --all --require-approval never
$ npx cdk --context stage=dev -c tag=${IMAGE_TAG} --profile decidim deploy --all --require-approval never
```

上記コマンドが成功すれば、デプロイは成功です。
Expand Down

0 comments on commit 27ca902

Please sign in to comment.