josmo / drone-ecs

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

add healthcheck configuration to service definition #29

Closed ibolmo closed 6 years ago

ibolmo commented 6 years ago

This adds Health Check configuration.

ibolmo commented 6 years ago

My first go at go. So do let me know if missed a mark 🙈

josmo commented 6 years ago

Thanks @ibolmo merged to latest. I'll wait a bit and then tag based on feedback :)

ibolmo commented 6 years ago

Turns out I made a mistake! :( StringFlag --> StringSliceFlag. I'll send the follow-up in a bit.