mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
46 lines
874 B
Markdown
46 lines
874 B
Markdown
|
<!-- DO NOT EDIT THIS FILE! -->
|
||
|
<!-- Instead edit recipe/fuelphp.php -->
|
||
|
<!-- Then run bin/docgen -->
|
||
|
|
||
|
# fuelphp
|
||
|
|
||
|
[Source](/recipe/fuelphp.php)
|
||
|
|
||
|
|
||
|
|
||
|
* Requires
|
||
|
* [common](/docs/recipe/common.md)
|
||
|
|
||
|
## Configuration
|
||
|
### shared_dirs
|
||
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/fuelphp.php#L9)
|
||
|
|
||
|
Overrides [shared_dirs](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`.
|
||
|
|
||
|
FuelPHP 1.x shared dirs
|
||
|
|
||
|
```php title="Default value"
|
||
|
[
|
||
|
'fuel/app/cache', 'fuel/app/logs',
|
||
|
]
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
## Tasks
|
||
|
|
||
|
### deploy
|
||
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/fuelphp.php#L17)
|
||
|
|
||
|
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)
|
||
|
|
||
|
|