From 2499f2247d2a79aba64b51f8c77dffd198bc1c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 1 Sep 2021 15:28:14 +0200 Subject: [PATCH] Add basic auth config to cachetool for staging env --- deploy.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 738b8059..0015f81a 100644 --- a/deploy.php +++ b/deploy.php @@ -86,7 +86,8 @@ host('staging') ->set('bin/composer', '/usr/local/bin/composer') ->set('rsync_src', __DIR__) ->set('rsync', $rsyncOptions) - ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_path}}/public/ --web-url=https://staging.ep-reisen.de') + ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_path}}/public/ --web-url=https://staging.ep-reisen.de --web-basic-auth=ep:reisen') + ->set('shared_files', $sharedFilesStaging) ; task('deploy', [