deployer/docs/recipe/zend_framework.md

29 lines
572 B
Markdown
Raw Normal View History

2020-10-02 00:11:13 +02:00
<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/zend_framework.php -->
<!-- Then run bin/docgen -->
# zend_framework
[Source](/recipe/zend_framework.php)
* Require
* [`recipe/common.php`](/docs/recipe/common.md)
* Tasks
* [`deploy`](#deploy)
## Tasks
### deploy
[Source](/recipe/zend_framework.php#L9)
Main task
This task is group task which contains next tasks:
* [`deploy:prepare`](/docs/recipe/common.md#deployprepare)
2020-10-02 00:11:13 +02:00
* [`deploy:vendors`](/docs/recipe/deploy/vendors.md#deployvendors)
* [`deploy:publish`](/docs/recipe/common.md#deploypublish)
2020-10-02 00:11:13 +02:00