Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments
1.8K
Drone plugin to deploy or update a project on AWS ECS. For the usage information and a listing of the available options please take a look at the docs.
Build the binary using drone cli:
drone exec
docker run --rm \
-e PLUGIN_ACCESS_KEY=<key> \
-e PLUGIN_SECRET_KEY=<secret> \
-e PLUGIN_SERVICE=<service> \
-e PLUGIN_DOCKER_IMAGE=<image> \
-v $(pwd):$(pwd) \
-w $(pwd) \
peloton/drone-ecs
Content type
Image
Digest
Size
7.6 MB
Last updated
almost 8 years ago
docker pull fsouza/drone-ecs