Skip to content

Commit

Permalink
feat(scripts): update README to include confirming AWS profile (#15382)
Browse files Browse the repository at this point in the history
closes AUTH-505
  • Loading branch information
jerader authored Jun 12, 2024
1 parent c13fcb1 commit fb412ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb412ac

Please sign in to comment.