chore: update deployer config with basic auth for staging environment

This commit is contained in:
Björn Fromme
2026-06-23 12:15:08 +02:00
parent 33328074b0
commit 09610ab3cd
+1 -1
View File
@@ -101,7 +101,7 @@ host('staging')
->set('bin/php', '/usr/local/bin/php')
->set('rsync_src', __DIR__)
->set('rsync', $rsyncOptions)
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://my.ep-reisen.net')
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://my.ep-reisen.net --web-basic-auth=myep:staging')
;
task('deploy', [