From 2b0c873c997e824935107101d2d88676420bb382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Pittet?= Date: Tue, 17 Dec 2024 20:38:04 -0800 Subject: [PATCH] AC 9263-218: Prevent all the PHP-FPM Cache clears --- recipes/base.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/base.php b/recipes/base.php index d30750c..913f6e2 100644 --- a/recipes/base.php +++ b/recipes/base.php @@ -171,7 +171,9 @@ function whichLocally(string $name): string { 'deploy:shared', 'deploy:writable', 'deploy:symlink', - 'deploy:cachetool', + // Remove cache clearing in PHP-FPM. + // @see https://deployer.org/docs/7.x/avoid-php-fpm-reloading + // 'deploy:cachetool', 'deploy:unlock', 'deploy:cleanup', 'build:cleanup',