From d62cc073ab69a11f6b0dfc732f9c8afc10d8fbad Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Mon, 5 Jun 2017 22:00:31 -0400 Subject: [PATCH] Fixes #1597: Deployment doesn't import configuration. --- config/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/build.yml b/config/build.yml index 1ca9be1e1..944555f0a 100644 --- a/config/build.yml +++ b/config/build.yml @@ -51,11 +51,15 @@ cm: # E.g., $config_directories['sync']. It must have a corresponding key in cm.core.dirs. E.g., `cm.core.dirs.sync`. key: sync # A different config key is used by the deploy:update step, which is executed on Acquia Cloud. + # This must also have a corresponding value at cm.core.dirs.vcs. + # @see https://github.com/acquia/blt/issues/678 deploy-key: vcs dirs: - # Corresponding values are defined in default.local.settings.php. + # Corresponding value is defined in config.settings.php. sync: path: ${cm.core.path}/default + vcs: + path: ${cm.core.path}/default features: no-overrides: true