Share settings.php and files between releases
This commit is contained in:
parent
7152ebc412
commit
e239e43e6b
2 changed files with 6 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue