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', [