Sander de Jonge eec02040d2 Support default wordpress implementation (#1834)
* Default Wordpress doesn't use composer

* updated changelog
2019-04-24 23:03:11 +07:00
..
2018-12-18 00:37:52 +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.