Anton Medvedev bd8b972a3f Merge pull request #594 from vicdelfant/master
Adds check for existing /current directory to deploy:prepare
2016-04-04 15:44:03 +07:00
..
2016-03-19 23:36:21 +07:00
2015-09-28 11:14:30 +02:00
2016-01-11 12:51:59 +07:00
2016-01-11 12:51:59 +07:00
2016-01-11 12:51:59 +07:00
2016-03-23 21:12:44 +07:00
2016-02-29 08:19:23 +07:00
2016-01-11 12:51:59 +07:00
2015-09-01 15:25:40 +06:00
2015-09-01 15:25:40 +06:00
2016-01-11 12:51:59 +07:00

Deployer Recipes

recipe contains officially supported Deployer recipes. All of them based of common.php recipe which contains tasks for deployment enviroment 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.