Skip to content

Commit

Permalink
Fixes #21 - update script issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoyinfa committed Jun 29, 2023
1 parent f770dc3 commit 7de113e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7de113e

Please sign in to comment.