Skip to content

Commit

Permalink
More broken doc link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Nov 5, 2024
1 parent 81f514d commit 37a2962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-only-docs/set-up-pr-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Pull request environments](/docs/infra/pull-request-environments.md) are temporary environments that exist during a pull request. Enable them after [setting up the app environment](/docs/infra/set-up-app-env.md):

- In [ci-{{app_name}}-pr-environment-checks.yml](/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml) and [ci-{{app_name}}-pr-environment-destroy.yml](/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml), search for `!!`.
- In [ci-{{app_name}}-pr-environment-checks.yml](/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml.jinja) and [ci-{{app_name}}-pr-environment-destroy.yml](/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml.jinja), search for `!!`.
- Uncomment the PR environment triggers for spot testing. Run `nava-platform update --data is_dev_env_setup=true` to consistently enable things.

You can verify that PR environments are working by opening a new PR and waiting for the "PR Environment Update" job to finish.

0 comments on commit 37a2962

Please sign in to comment.