deployer/docs/recipe/joomla.md

54 lines
1.4 KiB
Markdown
Raw Normal View History

2020-10-02 00:11:13 +02:00
<!-- 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
2020-10-02 00:11:13 +02:00
## Config
### shared_files
2020-11-16 10:56:42 +01:00
[Source](https://github.com/deployphp/deployer/search?q=%22shared_files%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
2020-10-02 00:11:13 +02:00
* Overrides [`shared_files`](/docs/recipe/common.md#shared_files) from `recipe/common.php`
### shared_dirs
2020-11-16 10:56:42 +01:00
[Source](https://github.com/deployphp/deployer/search?q=%22shared_dirs%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
2020-10-02 00:11:13 +02:00
* Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`
### writable_dirs
2020-11-16 10:56:42 +01:00
[Source](https://github.com/deployphp/deployer/search?q=%22writable_dirs%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
2020-10-02 00:11:13 +02:00
2020-10-08 01:06:10 +02:00
* Overrides [`writable_dirs`](/docs/recipe/deploy/writable.md#writable_dirs) from `recipe/deploy/writable.php`
2020-10-02 00:11:13 +02:00
## Tasks
### deploy
2020-11-16 10:56:42 +01:00
[Source](https://github.com/deployphp/deployer/search?q=%22deploy%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php)
2020-10-02 00:11:13 +02:00
This task is group task which contains next tasks:
* [`deploy:prepare`](/docs/recipe/common.md#deployprepare)
* [`deploy:publish`](/docs/recipe/common.md#deploypublish)
2020-10-02 00:11:13 +02:00