Simple Docker image to Deployer
306
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:
deployer dep init
This command will create a file on your host called deploy.php.Content type
Image
Digest
Size
72.3 MB
Last updated
over 9 years ago
docker pull raisiqueira/php-deployer