Skip to content

Commit

Permalink
AC 9263-218: Prevent all the PHP-FPM Cache clears
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpittet committed Dec 18, 2024
1 parent e1d097f commit 2b0c873
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2b0c873

Please sign in to comment.