Run more Drush commands during deployment
This commit is contained in:
parent
7a75f6b07c
commit
526f567da1
2 changed files with 13 additions and 1 deletions
|
@ -15,8 +15,11 @@ ansistrano_after_update_code_tasks_file: '{{ playbook_dir }}/deploy/after-update
|
|||
|
||||
app_hash_salt: '{{ vault_app_hash_salt }}'
|
||||
|
||||
release_drush_path: '{{ ansistrano_release_path.stdout }}/vendor/bin/drush'
|
||||
release_web_path: '{{ ansistrano_release_path.stdout }}/{{ project_web_dir }}'
|
||||
|
||||
drupal_settings:
|
||||
- drupal_root: '{{ ansistrano_release_path.stdout }}/{{ project_web_dir }}'
|
||||
- drupal_root: '{{ release_web_path }}'
|
||||
sites:
|
||||
- name: default
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue