From 51ea80d2193a0145f3c5c90570b9a1887dce801f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 8 Jun 2021 15:12:36 +0200 Subject: [PATCH] Fix cachetool config by adding missing argument --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 4820076e..87da0d26 100644 --- a/deploy.php +++ b/deploy.php @@ -65,7 +65,7 @@ host('185.237.67.190') 'options' => ['delete', 'links'], 'timeout' => 300, ]) - ->set('cachetool_args', '--web --web-path={{release_path}}/public/ --web-url=https://www.ep-reisen.de') + ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_path}}/public/ --web-url=https://www.ep-reisen.de') ; task('deploy', [