josmo / drone-ecs

Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments
Apache License 2.0
30 stars 41 forks source link

Allow for desired count of 0 #25

Closed iterion closed 6 years ago

iterion commented 6 years ago

AWS allows you to scale a service down to 0, this is useful, for example, when you want to use a service as a canary.

Fixes #24.

josmo commented 6 years ago

Thansk @iterion, I'll merge this in :)