Add deployment_identifier
This commit is contained in:
parent
f94294ec28
commit
52abbf97a2
|
@ -16,7 +16,7 @@ $settings['container_yamls'][] = __DIR__ . '/services.yml';
|
||||||
*/
|
*/
|
||||||
include __DIR__ . "/settings.pantheon.php";
|
include __DIR__ . "/settings.pantheon.php";
|
||||||
|
|
||||||
$settings['deployment_identifier'] = \Drupal::VERSION;
|
$settings['deployment_identifier'] = '2019-02-15';
|
||||||
|
|
||||||
$settings['install_profile'] = 'standard';
|
$settings['install_profile'] = 'standard';
|
||||||
|
|
||||||
|
|
Reference in a new issue