From 6e8791650f59ec2cf864053de1ea246a938ed1c8 Mon Sep 17 00:00:00 2001 From: Konrad Michalik Date: Fri, 27 Feb 2026 11:56:24 +0100 Subject: [PATCH] fix: remove buffer start/stop task from symfony deployment --- deployer/symfony/task/deploy.php | 8 -------- 1 file changed, 8 deletions(-) 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',