Skip to content
Snippets Groups Projects
Commit 2aa8f3ef authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/gitlab-drupal-ci#56 Add a deployment identifier to local settings

parent 8b43a191
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,10 @@
{
regex: 'drupal_deploy_info',
line: "$settings['drupal_deploy_info'] = array('branch' => '{{ drupalDeployInfoBranch }}','tag' => '{{ drupalDeployInfoTag }}','timestamp' => '{{ ansible_date_time.epoch }}',);"
},
{
regex: 'deployment_identifier',
line: "$settings['deployment_identifier'] = \Drupal::VERSION . '-{{ ansible_date_time.epoch }}';"
}
]
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment