Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 960 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 960 Bytes

simple-ecs-deploy

Drone plugin to deploy to ECS.

To learn more about Drone plugins, visit this link. To learn more about Drone in general, visit their documentation.

Usage

To be used in a Drone Docker pipeline, as described in here.

A very simple example can be found here.

To Do

Many things to improve. To name a few:

  • Monitoring health of Service Deployments, as explained here
  • Remove container definition from a Drone Secret, use source code from a repository instead
  • Make it optional to register a new task definition
  • Get task definition from source code? the same as with the Container Definition?