mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
31 lines
596 B
Markdown
31 lines
596 B
Markdown
|
<!-- DO NOT EDIT THIS FILE! -->
|
||
|
<!-- Instead edit recipe/zend_framework.php -->
|
||
|
<!-- Then run bin/docgen -->
|
||
|
|
||
|
# zend_framework
|
||
|
|
||
|
[Source](/recipe/zend_framework.php)
|
||
|
|
||
|
|
||
|
|
||
|
* Requires
|
||
|
* [common](/docs/recipe/common.md)
|
||
|
|
||
|
|
||
|
## Tasks
|
||
|
|
||
|
### deploy
|
||
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/zend_framework.php#L12)
|
||
|
|
||
|
Deploy your project.
|
||
|
|
||
|
Main task
|
||
|
|
||
|
|
||
|
This task is group task which contains next tasks:
|
||
|
* [deploy:prepare](/docs/recipe/common.md#deployprepare)
|
||
|
* [deploy:vendors](/docs/recipe/deploy/vendors.md#deployvendors)
|
||
|
* [deploy:publish](/docs/recipe/common.md#deploypublish)
|
||
|
|
||
|
|