Skip to content

final-gene/docker-hub-dpl

Repository files navigation

Dpl (dee-pee-ell)

Docker build and publish

This is an image to run the dpl command.

Dpl (dee-pee-ell) is a deploy tool made for continuous deployment that's developed and used by Travis CI, but can also be used with any other CI.

How to use this image

Run the dpl image:

docker run \
    --rm \
    --interactive
    --tty
    --volume "$(pwd)":/app \
    finalgene/dpl --provider=...

Take a look at GitHub to get a list of all available providers.

Quick reference