deployer/docs/recipe/fuelphp.md

39 lines
787 B
Markdown
Raw Normal View History

2020-10-02 00:11:13 +02:00
<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/fuelphp.php -->
<!-- Then run bin/docgen -->
# fuelphp
[Source](/recipe/fuelphp.php)
* Require
* [`recipe/common.php`](/docs/recipe/common.md)
* Config
* [`shared_dirs`](#shared_dirs)
* Tasks
* [`deploy`](#deploy) — Deploy your project
2020-10-02 00:11:13 +02:00
## Config
### shared_dirs
2020-10-25 16:00:05 +01:00
[Source](/recipe/fuelphp.php#L9)
2020-10-02 00:11:13 +02:00
* Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`
FuelPHP 1.x shared dirs
## Tasks
### deploy
[Source](/recipe/fuelphp.php#L17)
2020-10-02 00:11:13 +02:00
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