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.
To be used in a Drone Docker pipeline, as described in here.
A very simple example can be found here.
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?