Sign inSign up

fsouza/drone-ecs

By fsouza

Updated almost 8 years ago

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

Image
0

1.8K

fsouza/drone-ecs repository overview

Build Status Join the chat at https://gitter.im/drone/drone Go Doc Go Report

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 drone cli:

drone exec
Example
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

Tag summary

Content type

Image

Digest

Size

7.6 MB

Last updated

almost 8 years ago

docker pull fsouza/drone-ecs