Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 775 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 775 Bytes

Build Status

drone-ecs

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.

Binary

Build the binary using make:

make deps build docker

Example

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