diff --git a/recipe/symfony.php b/recipe/symfony.php index dcfa8497..3dfaf628 100644 --- a/recipe/symfony.php +++ b/recipe/symfony.php @@ -100,6 +100,7 @@ task('database:migrate', function () { task('deploy:clear_controllers', function () { run("rm -f {{release_path}}/web/app_*.php"); + run("rm -f {{release_path}}/web/config.php"); })->setPrivate();