deployer/recipe/README.md
David J Eddy d210ba415c Update README.md
Spelling correction.
2016-08-03 11:36:49 -04:00

12 lines
501 B
Markdown

# 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](https://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.