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

Add region param to job that calls update_service #221

Closed marboledacci closed 1 month ago

marboledacci commented 1 month ago

The PR #219 added a way to overwrite the region env, but only on the command. Deploy service update uses update_service so it should include this parameter as well.