docs/recipe/drupal7.md
require 'recipe/drupal7.php';
Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Drupal 7 application to a server. It is very easy to use and has a lot of features.
Three main features of Deployer are:
Additionally, Deployer has a lot of other features, like:
You can read more about Deployer in Getting Started.
The deploy task of Drupal 7 consists of:
The drupal7 recipe is based on the common recipe.
Set Drupal 7 site. Change if you use different site
'default'
Overrides shared_dirs from recipe/deploy/shared.php.
Drupal 7 shared dirs
[
'sites/{{drupal_site}}/files',
]
Overrides shared_files from recipe/deploy/shared.php.
Drupal 7 shared files
[
'sites/{{drupal_site}}/settings.php',
]
Overrides writable_dirs from recipe/deploy/writable.php.
Drupal 7 writable dirs
[
'sites/{{drupal_site}}/files',
]
This task is group task which contains next tasks:
Create and upload Drupal 7 settings.php using values from secrets
Upload Drupal 7 files folder