Skip to content

Commit 987db19

Browse files
committed
Document changes in release process
1 parent ac7abf5 commit 987db19

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ candidate. Now it's time to deploy. Start with a deploy to `training` or
8989
`preview` to ensure the tagged version is correct. Once that's done you can
9090
deploy to production.
9191

92+
Use the `deploy.yml` workflow to run the deployments. For the production deployment,
93+
it's important to start the workflow from the `main` branch and specify the tag to deploy
94+
as input. This is because only workflows from the `main` branch can authenticate with the
95+
production AWS account.
96+
9297
#### When `release` and `main` have diverged
9398

9499
There are cases when `release` won't be fast-forwardable to the release

0 commit comments

Comments
 (0)