Skip to content

Commit

Permalink
chore: Print better instructions in publish_prod.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lym953 committed Feb 19, 2025
1 parent 68e23b7 commit 1e5d19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/publish_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ if [ "$UPDATE_LAYERS" != "false" ]; then
fi

if [ "$UPDATE_LAYERS" != "false" ]; then
echo "If an SSO authorization link is printed below, please make sure to authorize it with your GovCloud account."
aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity

echo "If an SSO authorization link is printed below, please make sure to authorize it with your datadoghq.com account."
aws-vault exec sso-prod-engineering -- aws sts get-caller-identity

echo "Updating layer versions for GovCloud AWS accounts"
Expand Down

0 comments on commit 1e5d19a

Please sign in to comment.