mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
29 lines
662 B
Markdown
29 lines
662 B
Markdown
<!-- DO NOT EDIT THIS FILE! -->
|
|
<!-- Instead edit recipe/composer.php -->
|
|
<!-- Then run bin/docgen -->
|
|
|
|
# composer
|
|
|
|
[Source](/recipe/composer.php)
|
|
|
|
|
|
|
|
* Require
|
|
* [`recipe/common.php`](/docs/recipe/common.md)
|
|
* Tasks
|
|
* [`deploy`](#deploy) — Deploy your project
|
|
|
|
|
|
## Tasks
|
|
### deploy
|
|
[Source](https://github.com/deployphp/deployer/search?q=%22deploy%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Acomposer.php)
|
|
|
|
|
|
|
|
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)
|
|
|
|
|