Add basic auth config to cachetool for staging env

This commit is contained in:
Björn Fromme
2021-09-01 15:28:14 +02:00
parent 3e48aa747d
commit 2499f2247d
+2 -1
View File
@@ -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', [