diff --git a/platform/deploy.provision.inc b/platform/deploy.provision.inc
index f77fa39..86f056b 100644
--- a/platform/deploy.provision.inc
+++ b/platform/deploy.provision.inc
@@ -67,6 +67,9 @@ function drush_provision_drupal_pre_provision_deploy($backup_file) {
     provision_file()->chgrp(drush_get_option('extract_path') . '/private/temp', d('@server_master')->web_group, TRUE)
       ->succeed('Changed group ownership of temp files in <code>@path</code> to @gid')
       ->fail('Could not change group ownership of temp files in <code>@path</code> to @gid');
+    provision_file()->chgrp(drush_get_option('extract_path') . '/private/config', d('@server_master')->web_group, TRUE)
+      ->succeed('Changed group ownership of config files in <code>@path</code> to @gid')
+      ->fail('Could not change group ownership of config files in <code>@path</code> to @gid');
 
     if (drush_get_option('deploy_replace_site', FALSE)) {
       $old = d()->site_path . '.restore';
