Fix cachetool config by adding missing argument

This commit is contained in:
Björn Fromme
2021-06-08 15:12:36 +02:00
parent e7d6e80337
commit 51ea80d219
+1 -1
View File
@@ -65,7 +65,7 @@ host('185.237.67.190')
'options' => ['delete', 'links'], 'options' => ['delete', 'links'],
'timeout' => 300, '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', [ task('deploy', [