Skip to content

Commit

Permalink
Fixes acquia#1597: Deployment doesn't import configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Jun 6, 2017
1 parent 4930885 commit 17c3b56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion phing/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,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

Expand Down

0 comments on commit 17c3b56

Please sign in to comment.