finalgene/dpl

By finalgene

Updated about 2 years ago

Travis deploy script for CI

Image
Integration & Delivery

1.0K

Dpl (dee-pee-ell)

CircleCICodacy Badge

This is a 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

Docker Pull Command

docker pull finalgene/dpl