Un-share settings.php

This commit is contained in:
Oliver Davies 2019-07-18 09:04:00 +01:00
parent 69f094523a
commit 60880f668b

View file

@ -18,8 +18,8 @@
ansistrano_after_update_code_tasks_file: "{{ playbook_dir }}/deploy/after-update-code.yml" ansistrano_after_update_code_tasks_file: "{{ playbook_dir }}/deploy/after-update-code.yml"
ansistrano_shared_paths: ansistrano_shared_paths:
- "{{ app_project_subdir }}/sites/default/files" - "{{ app_project_subdir }}/sites/default/files"
ansistrano_shared_files: # ansistrano_shared_files:
- "{{ app_project_subdir }}/sites/default/settings.php" # - "{{ app_project_subdir }}/sites/default/settings.php"
release_web_path: "{{ ansistrano_release_path.stdout }}/web" release_web_path: "{{ ansistrano_release_path.stdout }}/web"
release_drush_path: "{{ ansistrano_release_path.stdout }}/vendor/bin/drush" release_drush_path: "{{ ansistrano_release_path.stdout }}/vendor/bin/drush"