2016-03-23 21:12:44 +07:00
|
|
|
# Deployer Recipes
|
2016-12-08 00:04:55 +01:00
|
|
|
`recipe` contains officially supported Deployer recipes.
|
|
|
|
All of them based of `common.php` recipe which contains tasks for deployment environment preparation,
|
2016-03-23 21:12:44 +07:00
|
|
|
loading code, changing files permissions, and much more.
|
|
|
|
|
|
|
|
|
|
|
|
Other recipes can be found in [github.com/deployphp/recipes](https://github.com/deployphp/recipes).
|
|
|
|
|
|
|
|
|
2016-12-08 00:04:55 +01:00
|
|
|
To add support for framework or app create new file, require `recipe/common.php`, and describe `deploy` task.
|
2016-03-23 21:12:44 +07:00
|
|
|
Take a look of example of `composer.php` recipe.
|