From 7ce43ba7b6f0b10e6b32cfaa1f32a94d2e9bb594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Thu, 18 Jan 2018 16:21:49 +0100 Subject: [PATCH] Add multiplexing again --- .gitlab-ci/deployer/deploy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/deployer/deploy.php b/.gitlab-ci/deployer/deploy.php index e642ceac..235390a7 100644 --- a/.gitlab-ci/deployer/deploy.php +++ b/.gitlab-ci/deployer/deploy.php @@ -6,6 +6,8 @@ require_once '/composer/vendor/deployer/deployer/recipe/common.php'; require_once '/composer/vendor/deployer/recipes/rsync.php'; require_once '/composer/vendor/deployer/recipes/cachetool.php'; +set('ssh_multiplexing', true); + $sharedDirectories = [ 'html/fileadmin', 'html/uploads', -- GitLab