From 6deaf37cd2c2694e3b3da4bad2aa636ab0d2ab58 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 3 Dec 2025 17:36:40 +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 308518b..c4f4561 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -94,7 +94,6 @@ task('release:create', [ 'deploy:vendors', 'deploy:shared', 'deploy:writable', - 'typo3:extension:setup', 'deploy:unlock', 'deploy:success' ]); @@ -104,6 +103,7 @@ task('release:switch', [ 'php:reload', 'php:reload-prod', 'typo3:cache:flush', + 'typo3:extension:setup', 'typo3:language:update', 'typo3:cache:warmup', 'deploy:unlock',