josmo / drone-ecs

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

[feature] add ability to create new service if it doesn't exist #36

Open jrasell opened 5 years ago

jrasell commented 5 years ago

The requirement to have the ECS service running before using the plugin brings a couple of problems, specifically the duplication of configuration across drone and the initial creator application. It would be helpful if the plugin had the ability to create the service if it doesn't exist on the cluster, so the plugin can be used for the full service lifecycle.

hb3b commented 5 years ago

Yesss! I find this requirement to be peculiar.

josmo commented 5 years ago

Sounds like it would be a nice addition :) If anyone wants to PR a change for that I'll totally merge it in. Otherwise I'll take a look when I get a chance but probably won't be super soon.