Skip to content

Commit ddb577a

Browse files
authored
Merge branch 'main' into jordan.gonzalez/lazy-load-fallback-processor
2 parents 8585f47 + 3ae6bc3 commit ddb577a

File tree

2 files changed

+479
-483
lines changed

2 files changed

+479
-483
lines changed

scripts/publish_prod.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ if [ "$CONT" != "y" ]; then
7777
else
7878
echo "Ensuring you have access to the AWS GovCloud account"
7979
ddsaml2aws login -a govcloud-us1-fed-human-engineering
80-
AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
80+
aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
8181

8282
echo "Publishing layers to GovCloud AWS regions"
8383
ddsaml2aws login -a govcloud-us1-fed-human-engineering
84-
VERSION=$LAYER_VERSION AWS_PROFILE=govcloud-us1-fed-human-engineering ./scripts/publish_layers.sh
84+
VERSION=$LAYER_VERSION aws-vault exec sso-govcloud-us1-fed-engineering -- ./scripts/publish_layers.sh
8585
fi
8686

8787
echo "Answer 'n' if GitLab already did this"

0 commit comments

Comments
 (0)