mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-22 08:12:29 +01:00
* Add parameter crontab:use_sudo to allow running crontab using sudo. This makes it possible to overwrite the bin/crontab variable to edit crontab for other users. e.g. set("crontab:use_sudo", true); set("bin/crontab", function () { return which('crontab') . " -u www-data"; }); * Add documentation and use cases for crontab:use_sudo * Regenerate documentation with docgen
Deployer
The PHP deployment tool with support for popular frameworks out of the box.
See deployer.org for more information and documentation.
Features
- Automatic server provisioning.
- Zero downtime deployments.
- Ready to use recipes for most frameworks.
Additional resources
License
Languages
PHP
99.6%
HTML
0.4%