finalgene/dpl
Travis deploy script for CI
1.0K
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.
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.
Where to get help:the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues:https://github.com/finalgene/docker-hub-dpl/issues
Maintained by:The final gene Team
Source of this description:Repository README.md
docker pull finalgene/dpl