Deployer is a deployment tool written in PHP.
See deployer.org for more information and documentation.
Support Deployer development by
- PHP 5.5.0 and up.
That's all!
You can enable sockets to speedup deployment process with parallel deployment.
To install Deployer download deployer.phar archive and move deployer.phar to your bin directory and make it executable.
curl -LO https://deployer.org/deployer.phar
mv deployer.phar /usr/local/bin/dep
chmod +x /usr/local/bin/dep
To upgrade Deployer run command:
dep self-update
Or via composer:
composer require deployer/deployer
Documentation source can be found in deployphp/docs repository.
- Better documentation.
- Better DX with intelligible errors.
- Better parallel task runner based on https://github.com/icicleio/icicle
- Task grouping for parallel execution.
- Task combining for less ssh calls.
- Implement
dep status
command with health-check of running application and deployment log. - More deploy strategies.
- More integration with third-party services.
- Web-based client.
See also the list of contributors who participated in this project.
Deployer is an open source project. If you want to support the development of Deployer visit our patreon page.
Licensed under the MIT license.