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

fix: deploy-ecs-scheduled-task errors #173

Closed kxhira closed 2 years ago

kxhira commented 2 years ago

This PR applies a fix for the errors that occurs with the deploy-ecs-scheduled-task command.

brivu commented 2 years ago

Hey @kxhira,

Thanks for catching that. Let me review this and merge it to master. I'll be cutting a new release soon.

Best, Brian