InAnimaTe / docker-dpl

A docker container equipped for running the fantastic CD application, travis-ci/dpl

Home Page:https://hub.docker.com/r/inanimate/dpl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This container solely exists to run the fantastic CD deploy tool, DPL.

This is based on the official ruby image!

In example, for AWS CodeDeply:

docker run -ti inanimate/docker-dpl --provider=codedeploy --access-key-id=<aws
access key> --secret_access_key=<aws secret access key>
--application=<application name> --deployment_group=<deployment group>
--revision_type=<s3/github> --commit_id=<commit ID> --repository=<repo name>
--region=<AWS availability zone> --wait-until-deployed=<true>

About

A docker container equipped for running the fantastic CD application, travis-ci/dpl

https://hub.docker.com/r/inanimate/dpl/