diff --git a/deployment/update.sh b/deployment/update.sh index 507ccfd1..120bd9a7 100755 --- a/deployment/update.sh +++ b/deployment/update.sh @@ -19,6 +19,8 @@ set -xe export AWS_PROFILE=$TEAM_ACCOUNT_PROFILE +git remote remove origin +git remote add origin codecommit::$REGION://team-idc-app git remote add team https://github.com/aws-samples/iam-identity-center-team.git git pull team main