Skip to content

Commit

Permalink
Update examples (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
marboledacci authored Nov 12, 2024
1 parent ccaddc8 commit e2196a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/examples/deploy_service_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ usage:
profile: "OIDC-USER"
role_arn: "arn:aws:iam::123456789012:role/VALID_OIDC_ECR_ROLE"
# Must use same profile configured in aws-cli/setup command
profile: "OIDC-USER"
registry_id: ${AWS_ECR_REGISTRY_ID}
profile_name: "OIDC-USER"
repo: '${MY_APP_PREFIX}'
region: AWS_REGION
tag: '${CIRCLE_SHA1}'
Expand All @@ -30,7 +29,7 @@ usage:
profile: "OIDC-USER"
role_arn: "arn:aws:iam::123456789012:role/VALID_OIDC_ECS_ROLE"
# Must use same profile configured in aws-cli/setup command
profile: "OIDC-USER"
profile_name: "OIDC-USER"
region: us-east-1
requires:
- aws-ecr/build-and-push-image
Expand Down

0 comments on commit e2196a2

Please sign in to comment.