diff --git a/deployer/symfony/task/deploy.php b/deployer/symfony/task/deploy.php index c036a7b..492af25 100644 --- a/deployer/symfony/task/deploy.php +++ b/deployer/symfony/task/deploy.php @@ -52,10 +52,6 @@ // Adjust permissions 'deploy:writable:chmod', - // Start buffering http requests. No frontend access possible from now. - // Read more on https://github.com/sourcebroker/deployer-extended#buffer-start - 'buffer:start', - // Truncate caching tables, all cf_* tables // Read more on https://github.com/sourcebroker/deployer-extended-database#db-truncate // 'db:truncate', @@ -71,10 +67,6 @@ // Read more on https://github.com/sourcebroker/deployer-extended#cache-clear-php-http 'cache:clear_php_http', - // Frontend access possible again from now - // Read more on https://github.com/sourcebroker/deployer-extended#buffer-stop - 'buffer:stop', - // Standard deployer task. 'deploy:unlock',