Vladimir Pak 377adf977a
Speedup deploy:clear_paths (#1992)
* Update clear_paths.php

one run much faster than several

* Update CHANGELOG.md
2020-01-30 12:08:11 +03:00
..
2020-01-30 12:08:11 +03:00
2019-08-12 21:01:32 +03:00
2019-10-08 09:52:11 +03:00
2019-09-22 15:06:47 +03:00

Deployer Recipes

recipe contains officially supported Deployer recipes. All of them are based on 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 at example of composer.php recipe.