docs/recipe/drupal8.md
require 'recipe/drupal8.php';
Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Drupal 8 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 8 consists of:
The drupal8 recipe is based on the common recipe.
Set drupal site. Change if you use different site
'default'
Overrides shared_dirs from recipe/deploy/shared.php.
Drupal 8 shared dirs
[
'sites/{{drupal_site}}/files',
]
Overrides shared_files from recipe/deploy/shared.php.
Drupal 8 shared files
[
'sites/{{drupal_site}}/settings.php',
'sites/{{drupal_site}}/services.yml',
]
Overrides writable_dirs from recipe/deploy/writable.php.
Drupal 8 Writable dirs
[
'sites/{{drupal_site}}/files',
]
This task is group task which contains next tasks: