Add deployment identifier
This commit is contained in:
parent
71dfaca858
commit
f94294ec28
|
@ -16,6 +16,8 @@ $settings['container_yamls'][] = __DIR__ . '/services.yml';
|
|||
*/
|
||||
include __DIR__ . "/settings.pantheon.php";
|
||||
|
||||
$settings['deployment_identifier'] = \Drupal::VERSION;
|
||||
|
||||
$settings['install_profile'] = 'standard';
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue