From 5a1dc2c17e6c1dc7e5e079129b2561b822fda602 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 3 Dec 2025 17:28:21 +0100 Subject: [PATCH] fix: deploy pipeline --- build/deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deploy.php b/build/deploy.php index ee7766e..308518b 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -117,11 +117,11 @@ task('deploy', [ 'deploy:vendors', 'deploy:shared', 'deploy:writable', + 'typo3:cache:flush', 'typo3:extension:setup', 'deploy:symlink', 'php:reload', 'php:reload-prod', - 'typo3:cache:flush', 'typo3:language:update', 'typo3:cache:warmup', 'deploy:unlock',