Add basic auth config to cachetool for staging env
This commit is contained in:
+2
-1
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user