Skip to content
forked from josmo/drone-ecs

Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments

License

Notifications You must be signed in to change notification settings

andyet/drone-ecs

 
 

Repository files navigation

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

About

Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.6%
  • Makefile 5.4%