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 and aaron-kulkarni committed Jun 13, 2024
1 parent a4d1b17 commit 37fd5d4
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 37fd5d4

Please sign in to comment.