fix: deploy pipeline
Some checks failed
Build / build (push) Successful in 1m52s
Build / deploy-production (push) Failing after 1m30s
Build / deploy-stage (push) Successful in 2m4s
Build / switch-stage (push) Failing after 1m5s

This commit is contained in:
2025-12-03 17:36:40 +01:00
parent 5a1dc2c17e
commit 6deaf37cd2

View File

@@ -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',