Skip to content

raisiqueira/Docker-Deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Deployer PHP on Docker

For more informations, visit Deployer docs.

Simple running:

  • docker pull raisiqueira/php-deployer
  • add this alias on your .bashrc file (If you are using linux):
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.
🐳 Docker Hub Link
raisiqueira/php-deployer https://hub.docker.com/r/raisiqueira/php-deployer/

About

🐳 Docker image for PHP Deployer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published