8000 GitHub - jimwins/docker-deployer: Docker image for PHP Deployer.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jimwins/docker-deployer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

license Build Status

Supported tags and respective Dockerfile links

Version 6.3.0 and up are based on PHP 7.2 image

What is Deployer?

Deployer is a deployment tool written in PHP.

http://deployer.org/

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).

About

Docker image for PHP Deployer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Dockerfile 100.0%
0