Sign inSign up

raisiqueira/php-deployer

By raisiqueira

Updated over 9 years ago

Simple Docker image to Deployer

Image
1

306

raisiqueira/php-deployer repository overview

Deployer PHP on Docker

For more informations, visit Deployer docs.

Simple running:

add this alias on your .bashrc file:

function deployer() {
docker run -it --rm -v $(pwd):/var/www/app raisiqueira/php-deployer:latest "$@"
}
alias deployer=deployer

Running:

  • Open the terminal and run the following command: deployer dep init This command will create a file on your host called deploy.php.

Tag summary

Content type

Image

Digest

Size

72.3 MB

Last updated

over 9 years ago

docker pull raisiqueira/php-deployer