Anton Medvedev a299ab4c88 Merge pull request #838 from mficzel/feature/addFlowFrameworkRecipe
FEATURE: Add Flow-Framework deployer recipe
2016-11-11 19:57:22 +07:00
..
2016-11-05 12:56:53 +07:00
2016-11-11 14:22:55 +07:00
2016-11-05 17:50:18 +07:00
2016-11-05 17:50:18 +07:00
2016-11-05 12:56:53 +07:00
2016-11-05 12:56:53 +07:00
2016-08-04 22:02:43 +03:00
2016-11-05 17:50:18 +07:00
2016-11-05 12:56:53 +07:00
2016-11-05 12:56:53 +07:00

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.