diff --git a/scripts/deploy/README.md b/scripts/deploy/README.md index 45852fff08f..8c2d83d787f 100644 --- a/scripts/deploy/README.md +++ b/scripts/deploy/README.md @@ -15,6 +15,8 @@ Before running any of these scripts, the release in question must be tagged and **IMPORTANT**: All scripts will do a dryrun by default. **Always** do a dryrun before deploying for real. After you have inspected your dryrun, run the actual deploy by passing the optional `--deploy` flag. +Additionally, the `promote-to-staging` and `promote-to-production` scripts will confirm that you are using the correct AWS profile. At the prompt, enter either `y` to confirm and proceed or `n` to cancel. + ### Cut a new version to sandbox This process is still manual. Check out the commit you would like to release, and: