Dockerfile linksVersion 6.3.0 and up are based on PHP 7.2 image
Deployer is a deployment tool written in PHP.
Basic usage.
docker run --rm \
-v /local/path:/project \
herloct/deployer[:tag] [<options>]
For example, to deploy to default server.
docker run --rm \
-v /local/path:/project \
herloct/deployer deploy
/project: Your deployment scripts project./root/.ssh: Your SSH file(s).Content type
Image
Digest
Size
31.6 MB
Last updated
over 6 years ago
docker pull damien/phpdeployer