deployer/docs/recipe/drupal7.md

72 lines
2.2 KiB
Markdown
Raw Normal View History

2020-10-02 00:11:13 +02:00
<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/drupal7.php -->
<!-- Then run bin/docgen -->
# drupal7
[Source](/recipe/drupal7.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)
* [`drupal:settings`](#drupalsettings)
* [`drupal:upload_files`](#drupalupload_files)
## Config
### drupal_site
2020-11-16 10:56:42 +01:00
[Source](https://github.com/deployphp/deployer/search?q=%22drupal_site%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal7.php)
2020-10-02 00:11:13 +02:00
Set Drupal 7 site. Change if you use different site
### 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%3Adrupal7.php)
2020-10-02 00:11:13 +02:00
* Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`
Drupal 7 shared dirs
### 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%3Adrupal7.php)
2020-10-02 00:11:13 +02:00
* Overrides [`shared_files`](/docs/recipe/common.md#shared_files) from `recipe/common.php`
Drupal 7 shared files
### 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%3Adrupal7.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 7 writable dirs
## 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%3Adrupal7.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
### drupal:settings
2020-11-16 10:56:42 +01:00
[Source](https://github.com/deployphp/deployer/search?q=%22drupal%3Asettings%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal7.php)
2020-10-02 00:11:13 +02:00
Create and upload Drupal 7 settings.php using values from secrets
### drupal:upload_files
2020-11-16 10:56:42 +01:00
[Source](https://github.com/deployphp/deployer/search?q=%22drupal%3Aupload_files%22+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Adrupal7.php)
2020-10-02 00:11:13 +02:00
Upload Drupal 7 files folder