mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
* Added option cleanup_tty to allow allocation when using sudo * Added comment for new option cleanup_tty to CHANGELOG
Deployer Recipes
recipe
contains officially supported Deployer recipes.
All of them based of common.php
recipe which contains tasks for deployment environment preparation,
loading code, changing files permissions, and much more.
Other recipes can be found in github.com/deployphp/recipes.
To add support for framework or app create new file, require recipe/common.php
, and describe deploy
task.
Take a look of example of composer.php
recipe.