CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

Profile not set when creating deployment during a "update-service" while using the "CODE_DEPLOY" option #193

Closed ryanolee closed 1 year ago

ryanolee commented 1 year ago

Orb version:

3.2.0

What happened:

When using the aws-ecs/update-service with the deployment-controller: "CODE_DEPLOY" set the profile-name option is ignored.

Expected behaviour:

The --profile should be passed to the the AWS commands used to create the deployment

brivu commented 1 year ago

This has been fixed in PR #202