From 080bf9e186fce4efcda004836da9d8e21864371c Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 23 Jun 2025 17:19:24 +0200 Subject: [PATCH] fix: flush cache at deployment --- build/deploy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/build/deploy.php b/build/deploy.php index 1284920..ed3cdfa 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -94,6 +94,7 @@ task('release:create', [ 'deploy:vendors', 'deploy:shared', 'deploy:writable', + 'typo3:cache:flush', 'typo3:extension:setup', 'deploy:unlock', 'deploy:success'