We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1e625 commit 95dd5beCopy full SHA for 95dd5be
scripts/publish_prod.sh
@@ -85,11 +85,9 @@ if [ "$CONT" != "y" ]; then
85
echo "Skipping deployment to GovCloud AWS"
86
else
87
echo "Ensuring you have access to the AWS GovCloud account"
88
- ddsaml2aws login -a govcloud-us1-fed-human-engineering
89
aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
90
91
echo "Publishing layers to GovCloud AWS regions"
92
93
VERSION=$LAYER_VERSION aws-vault exec sso-govcloud-us1-fed-engineering -- ./scripts/publish_layers.sh
94
fi
95
0 commit comments