Sign inSign up

herloct/deployer

By herloct

Updated almost 8 years ago

Docker image for PHP Deployer.

Image
1

10K+

herloct/deployer repository overview

license Build Status

What is Deployer?

Deployer is a deployment tool written in PHP.

How to use this image

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

Volumes

  • /project: Your deployment scripts project.
  • /root/.ssh: Your SSH file(s).

Tag summary

Content type

Image

Digest

Size

31.6 MB

Last updated

almost 8 years ago

docker pull herloct/deployer