-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Hello!
I use your deployer-extended-typo3 package which, in turn, uses this calls cache:clear_php_http.
In some instances I don't want this to be called - if the site is behind a http auth or if it doesn't have a live URL yet, however the only way I can disable it is by overwriting the whole function with
task('cache:clear_php_http', function () {
});In the times I don't want it, I don't want to have to redeclare the whole deploy task to just remove it, so t would be really nice if there could be an option to disable this function or it not throw an error if public_urls is missing.
Thanks, as always, for all the work!
Metadata
Metadata
Assignees
Labels
No labels