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 7cd029f commit ff186bdCopy full SHA for ff186bd
scripts/publish_prod.sh
@@ -76,11 +76,9 @@ if [ "$CONT" != "y" ]; then
76
echo "Skipping deployment to GovCloud AWS"
77
else
78
echo "Ensuring you have access to the AWS GovCloud account"
79
- ddsaml2aws login -a govcloud-us1-fed-human-engineering
80
aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
81
82
echo "Publishing layers to GovCloud AWS regions"
83
84
VERSION=$LAYER_VERSION aws-vault exec sso-govcloud-us1-fed-engineering -- ./scripts/publish_layers.sh
85
fi
86
0 commit comments