deployer/docs/recipe/drupal8.md

60 lines
1.7 KiB
Markdown
Raw Normal View History

2020-10-02 00:11:13 +02:00
<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/drupal8.php -->
<!-- Then run bin/docgen -->
# drupal8
[Source](/recipe/drupal8.php)
* Require
* [`recipe/common.php`](/docs/recipe/common.md)
* Config
* [`drupal_site`](#drupal_site)
* [`shared_dirs`](#shared_dirs)
* [`shared_files`](#shared_files)
* [`writable_dirs`](#writable_dirs)
* Tasks
* [`deploy`](#deploy)
## Config
### drupal_site
2020-11-16 00:00:20 +01:00
[Source](https://github.com/deployphp/deployer/search?q=drupal_site+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal8.php)
2020-10-02 00:11:13 +02:00
Set drupal site. Change if you use different site
### shared_dirs
2020-11-16 00:00:20 +01:00
[Source](https://github.com/deployphp/deployer/search?q=shared_dirs+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal8.php)
2020-10-02 00:11:13 +02:00
* Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`
Drupal 8 shared dirs
### shared_files
2020-11-16 00:00:20 +01:00
[Source](https://github.com/deployphp/deployer/search?q=shared_files+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal8.php)
2020-10-02 00:11:13 +02:00
* Overrides [`shared_files`](/docs/recipe/common.md#shared_files) from `recipe/common.php`
Drupal 8 shared files
### writable_dirs
2020-11-16 00:00:20 +01:00
[Source](https://github.com/deployphp/deployer/search?q=writable_dirs+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal8.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
Drupal 8 Writable dirs
## Tasks
### deploy
2020-11-16 00:00:20 +01:00
[Source](https://github.com/deployphp/deployer/search?q=deploy+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal8.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