Add placeholders for demos
This commit is contained in:
parent
e5b86c7f39
commit
9a820ecf4f
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
ansistrano_allow_anonymous_stats: false
|
ansistrano_allow_anonymous_stats: false
|
||||||
|
ansistrano_keep_releases: 5
|
||||||
|
|
||||||
release_drupal_path: "{{ ansistrano_release_path.stdout }}/{{ project_web_root }}"
|
release_drupal_path: "{{ ansistrano_release_path.stdout }}/{{ project_web_root }}"
|
||||||
release_drush_path: "{{ ansistrano_release_path.stdout }}/vendor/bin/drush"
|
release_drush_path: "{{ ansistrano_release_path.stdout }}/vendor/bin/drush"
|
||||||
|
@ -25,3 +26,5 @@ drupal_settings:
|
||||||
sync: ../config/sync
|
sync: ../config/sync
|
||||||
trusted_hosts:
|
trusted_hosts:
|
||||||
- '^dransible$'
|
- '^dransible$'
|
||||||
|
# extra_parameters:
|
||||||
|
# $config['system.site']['name'] = 'oliverdavies.uk';
|
||||||
|
|
Loading…
Reference in a new issue