mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
1.6 KiB
1.6 KiB
drupal8
- Requires
Configuration
drupal_site
Set drupal site. Change if you use different site
'default'
shared_dirs
Overrides shared_dirs from recipe/deploy/shared.php
.
Drupal 8 shared dirs
[
'sites/{{drupal_site}}/files',
]
shared_files
Overrides shared_files from recipe/deploy/shared.php
.
Drupal 8 shared files
[
'sites/{{drupal_site}}/settings.php',
'sites/{{drupal_site}}/services.yml',
]
writable_dirs
Overrides writable_dirs from recipe/deploy/writable.php
.
Drupal 8 Writable dirs
[
'sites/{{drupal_site}}/files',
]
Tasks
deploy
This task is group task which contains next tasks: