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 make
:
make deps build docker
docker run --rm \
-e PLUGIN_AWS_SECRET_ACCESS_KEY=<secret> \
-e PLUGIN_AWS_ACCESS_KEY_ID=<key> \
-e PLUGIN_SERVICE=<service> \
-e PLUGIN_DOCKER_IMAGE=<image> \
-v $(pwd):$(pwd) \
-w $(pwd) \
< your-image >/drone-ecs