mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 00:32:25 +01:00
54 lines
1.4 KiB
Markdown
54 lines
1.4 KiB
Markdown
<!-- DO NOT EDIT THIS FILE! -->
|
|
<!-- Instead edit recipe/joomla.php -->
|
|
<!-- Then run bin/docgen -->
|
|
|
|
# joomla
|
|
|
|
[Source](/recipe/joomla.php)
|
|
|
|
|
|
|
|
* Require
|
|
* [`recipe/common.php`](/docs/recipe/common.md)
|
|
* Config
|
|
* [`shared_files`](#shared_files)
|
|
* [`shared_dirs`](#shared_dirs)
|
|
* [`writable_dirs`](#writable_dirs)
|
|
* Tasks
|
|
* [`deploy`](#deploy) — Deploy your project
|
|
|
|
## Config
|
|
### shared_files
|
|
[Source](https://github.com/deployphp/deployer/search?q=%22shared_files%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
|
|
|
|
* Overrides [`shared_files`](/docs/recipe/common.md#shared_files) from `recipe/common.php`
|
|
|
|
|
|
|
|
### shared_dirs
|
|
[Source](https://github.com/deployphp/deployer/search?q=%22shared_dirs%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
|
|
|
|
* Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`
|
|
|
|
|
|
|
|
### writable_dirs
|
|
[Source](https://github.com/deployphp/deployer/search?q=%22writable_dirs%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
|
|
|
|
* Overrides [`writable_dirs`](/docs/recipe/deploy/writable.md#writable_dirs) from `recipe/deploy/writable.php`
|
|
|
|
|
|
|
|
|
|
## Tasks
|
|
### deploy
|
|
[Source](https://github.com/deployphp/deployer/search?q=%22deploy%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
|
|
|
|
|
|
|
|
This task is group task which contains next tasks:
|
|
* [`deploy:prepare`](/docs/recipe/common.md#deployprepare)
|
|
* [`deploy:publish`](/docs/recipe/common.md#deploypublish)
|
|
|
|
|