We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7abf5 commit 987db19Copy full SHA for 987db19
1 file changed
README.md
@@ -89,6 +89,11 @@ candidate. Now it's time to deploy. Start with a deploy to `training` or
89
`preview` to ensure the tagged version is correct. Once that's done you can
90
deploy to production.
91
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
+
97
#### When `release` and `main` have diverged
98
99
There are cases when `release` won't be fast-forwardable to the release
0 commit comments