mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Create README.md
This commit is contained in:
parent
067eb84eee
commit
75314ff325
11
recipe/README.md
Normal file
11
recipe/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# 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](https://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.
|
Loading…
x
Reference in New Issue
Block a user