From fb412acfc21bf1f32b64fcbf790593b661bad1e2 Mon Sep 17 00:00:00 2001 From: Jethary Rader <66035149+jerader@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:07:13 -0400 Subject: [PATCH] feat(scripts): update README to include confirming AWS profile (#15382) closes AUTH-505 --- scripts/deploy/README.md | 2 ++ 1 file changed, 2 insertions(+) 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: