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

feat: implement capacity provider strategy #172

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR enables the addition of a capacity provider strategy to CodeDeploy deployments.The codedeploy-capacity-provider-name, codedeploy-capacity-provider-base and codedeploy-capacity-provider-weight parameters must all be provided. The AppSpec file will get updated if all three parameters are provided.