Skip to content

Ability to disable cache:clear_php_http #15

@mikestreety

Description

@mikestreety

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions