mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
67 lines
1.2 KiB
Markdown
67 lines
1.2 KiB
Markdown
|
<!-- DO NOT EDIT THIS FILE! -->
|
||
|
<!-- Instead edit recipe/joomla.php -->
|
||
|
<!-- Then run bin/docgen -->
|
||
|
|
||
|
# joomla
|
||
|
|
||
|
[Source](/recipe/joomla.php)
|
||
|
|
||
|
|
||
|
|
||
|
* Requires
|
||
|
* [common](/docs/recipe/common.md)
|
||
|
|
||
|
## Configuration
|
||
|
### shared_files
|
||
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/joomla.php#L8)
|
||
|
|
||
|
Overrides [shared_files](/docs/recipe/common.md#shared_files) from `recipe/common.php`.
|
||
|
|
||
|
|
||
|
|
||
|
```php title="Default value"
|
||
|
['configuration.php']
|
||
|
```
|
||
|
|
||
|
|
||
|
### shared_dirs
|
||
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/joomla.php#L9)
|
||
|
|
||
|
Overrides [shared_dirs](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`.
|
||
|
|
||
|
|
||
|
|
||
|
```php title="Default value"
|
||
|
['images']
|
||
|
```
|
||
|
|
||
|
|
||
|
### writable_dirs
|
||
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/joomla.php#L10)
|
||
|
|
||
|
Overrides [writable_dirs](/docs/recipe/deploy/writable.md#writable_dirs) from `recipe/deploy/writable.php`.
|
||
|
|
||
|
|
||
|
|
||
|
```php title="Default value"
|
||
|
['images']
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
## Tasks
|
||
|
|
||
|
### deploy
|
||
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/joomla.php#L13)
|
||
|
|
||
|
Deploy your project.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
This task is group task which contains next tasks:
|
||
|
* [deploy:prepare](/docs/recipe/common.md#deployprepare)
|
||
|
* [deploy:publish](/docs/recipe/common.md#deploypublish)
|
||
|
|
||
|
|