mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
65 lines
1.2 KiB
Markdown
65 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/deploy/shared.md#shared_files) from `recipe/deploy/shared.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/deploy/shared.md#shared_dirs) from `recipe/deploy/shared.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)
|
|
|
|
Deploys 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)
|
|
|
|
|