fix: deploy pipeline
Some checks failed
Build / build (push) Successful in 2m33s
Build / deploy-stage (push) Failing after 3m50s
Build / switch-stage (push) Has been skipped
Build / deploy-production (push) Failing after 3m51s

This commit is contained in:
2025-12-03 17:28:21 +01:00
parent d0c9067d06
commit 5a1dc2c17e

View File

@@ -117,11 +117,11 @@ task('deploy', [
'deploy:vendors', 'deploy:vendors',
'deploy:shared', 'deploy:shared',
'deploy:writable', 'deploy:writable',
'typo3:cache:flush',
'typo3:extension:setup', 'typo3:extension:setup',
'deploy:symlink', 'deploy:symlink',
'php:reload', 'php:reload',
'php:reload-prod', 'php:reload-prod',
'typo3:cache:flush',
'typo3:language:update', 'typo3:language:update',
'typo3:cache:warmup', 'typo3:cache:warmup',
'deploy:unlock', 'deploy:unlock',