For more informations, visit Deployer docs.
docker pull raisiqueira/php-deployer- add this
aliason 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 initThis command will create a file on your host calleddeploy.php.
| 🐳 Docker Hub | Link |
|---|---|
| raisiqueira/php-deployer | https://hub.docker.com/r/raisiqueira/php-deployer/ |