Share settings.php and files between releases

This commit is contained in:
Oliver Davies 2019-01-22 22:42:41 +00:00
parent 7152ebc412
commit e239e43e6b
2 changed files with 6 additions and 1 deletions

View file

@ -21,7 +21,8 @@ php_packages:
- php{{ php_default_version_debian }}-xml
app_project_root: /var/www/app
app_project_docroot: "{{ app_project_root }}/{{ ansistrano_current_dir }}/web"
app_project_subdir: web
app_project_docroot: "{{ app_project_root }}/{{ ansistrano_current_dir }}/{{ app_project_subdir }}"
app_db_name: "{{ vault_app_db_name }}"
app_db_user: "{{ vault_app_db_user }}"