Corey Sewell 723f3fcc5e Add support for Silverstripe CMS (#709)
* Add support for Silverstripe CMS

* Fix typo
2016-08-04 21:59:25 +03:00
..
2016-03-19 23:36:21 +07:00
2016-05-31 22:15:00 -04: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-03-23 21:12:44 +07:00
2016-04-27 13:25:53 +02:00
2016-01-11 12:51:59 +07:00
2016-04-04 16:51:42 +07:00
2016-04-04 16:51:42 +07: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.