Use the release version for Drupal's deployment indentifier

This commit is contained in:
Oliver Davies 2020-07-01 23:51:04 +01:00 committed by GitHub
parent c0137e6d8b
commit 1241ac3277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,8 @@ drupal_settings:
trusted_hosts:
- '^www\.oliverdavies\.uk$'
extra_parameters: |
$settings['deployment_identifier'] = '{{ ansistrano_release_version }}';
$settings['config_exclude_modules'] = [
'devel',
'stage_file_proxy',