mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
<!-- 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)
|
|
|
|
## Config
|
|
### shared_dirs
|
|
[Source](/recipe/fuelphp.php#L7)
|
|
|
|
* Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`
|
|
|
|
FuelPHP 1.x shared dirs
|
|
|
|
|
|
## Tasks
|
|
### deploy
|
|
[Source](/recipe/fuelphp.php#L14)
|
|
|
|
Main task
|
|
|
|
This task is group task which contains next tasks:
|
|
* [`deploy:info`](/docs/recipe/deploy/info.md#deployinfo)
|
|
* [`deploy:setup`](/docs/recipe/deploy/setup.md#deploysetup)
|
|
* [`deploy:lock`](/docs/recipe/deploy/lock.md#deploylock)
|
|
* [`deploy:release`](/docs/recipe/deploy/release.md#deployrelease)
|
|
* [`deploy:update_code`](/docs/recipe/deploy/update_code.md#deployupdate_code)
|
|
* [`deploy:vendors`](/docs/recipe/deploy/vendors.md#deployvendors)
|
|
* [`deploy:shared`](/docs/recipe/deploy/shared.md#deployshared)
|
|
* [`deploy:writable`](/docs/recipe/deploy/writable.md#deploywritable)
|
|
* [`deploy:symlink`](/docs/recipe/deploy/symlink.md#deploysymlink)
|
|
* [`deploy:unlock`](/docs/recipe/deploy/lock.md#deployunlock)
|
|
* [`deploy:cleanup`](/docs/recipe/deploy/cleanup.md#deploycleanup)
|
|
|
|
|