josmo / drone-ecs

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

Allow configuration of VPC service setting when running "awsvpc". #35

Closed jrasell closed 5 years ago

jrasell commented 5 years ago

When running an ESC task using the networking mode "awsvpc", it is preferable to configure the subnet and security groups that the service will use. This commit therefore adds additional CLI vars that allow operators to configure these parameters.

Closes #34