Skip to content

Commit

Permalink
Set config directory on platform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jan 19, 2019
1 parent a9ed805 commit 634db71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/install/drupal/settings.build-platformsh.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* Drupal settings file template for use on Platform.sh environments.
*/

$config_directories = [];
$config_directories[CONFIG_SYNC_DIRECTORY] = '${drupal.site.config_sync_directory}';

// Enable/disable config_split configurations.
if (isset($_ENV['PLATFORM_BRANCH'])) {
if ($_ENV['PLATFORM_BRANCH'] == 'master') {
Expand Down

0 comments on commit 634db71

Please sign in to comment.