Skip to content

Commit 1b63189

Browse files
committed
use ddsaml2aws
1 parent 1a783e1 commit 1b63189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish_prod.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
fi
3333

3434
# Ensure AWS access before proceeding
35-
saml2aws login -a govcloud-us1-fed-human-engineering
35+
ddsaml2aws login -a govcloud-us1-fed-human-engineering
3636
AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
3737
aws-vault exec prod-engineering -- aws sts get-caller-identity
3838

@@ -71,7 +71,7 @@ echo "Publishing layers to commercial AWS regions"
7171
VERSION=$LAYER_VERSION aws-vault exec prod-engineering -- ./scripts/publish_layers.sh
7272

7373
echo "Publishing layers to GovCloud AWS regions"
74-
saml2aws login -a govcloud-us1-fed-human-engineering
74+
ddsaml2aws login -a govcloud-us1-fed-human-engineering
7575
VERSION=$LAYER_VERSION AWS_PROFILE=govcloud-us1-fed-human-engineering ./scripts/publish_layers.sh
7676

7777
read -p "Ready to publish $NEW_VERSION to PyPI (y/n)?" CONT

0 commit comments

Comments
 (0)