Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenyu committed Aug 23, 2023
1 parent b5f3102 commit 1a65b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-only-docs/set-up-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ After [setting up the AWS account](/docs/infra/set-up-aws-account.md) update the

After [setting up the app environment](/docs/infra/set-up-app-env.md):

* Uncomment the infra end-to-end tests in [ci-infra.yml](/.github/workflows/ci-infra.yml). You can verify that CI is running and passing by clicking into the Actions tab in GitHub. Note that this repo only contains CI for infra (`ci-infra.yml`). Application CI (`ci-app.yml`) is included as part of the application templates.
* Uncomment the infra end-to-end tests by searching for `!!` in [ci-infra-service.yml](/.github/workflows/ci-infra-service.yml). You can verify that CI is running and passing by clicking into the Actions tab in GitHub. Note that this repo only contains CI for infra. Application CI (`ci-app.yml`) is included as part of the application templates.
* Uncomment the push trigger in [cd.yml](/.github/workflows/cd.yml)
* If you setup your AWS account in a different region than `us-east-1`, update the `aws-region` workflow settings to match your region.

0 comments on commit 1a65b6c

Please sign in to comment.