mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
1.8 KiB
1.8 KiB
drupal7
- Requires
Configuration
drupal_site
Set Drupal 7 site. Change if you use different site
'default'
shared_dirs
Overrides shared_dirs from recipe/common.php
.
Drupal 7 shared dirs
[
'sites/{{drupal_site}}/files',
]
shared_files
Overrides shared_files from recipe/common.php
.
Drupal 7 shared files
[
'sites/{{drupal_site}}/settings.php',
]
writable_dirs
Overrides writable_dirs from recipe/deploy/writable.php
.
Drupal 7 writable dirs
[
'sites/{{drupal_site}}/files',
]
Tasks
deploy
This task is group task which contains next tasks:
drupal:settings
Create and upload Drupal 7 settings.php using values from secrets
drupal:upload_files
Upload Drupal 7 files folder