fix: correct order of flushing caches during deployment

This commit is contained in:
2026-08-20 12:12:18 +02:00
parent baf7b5d94a
commit b502127e2e
+2 -2
View File
@@ -105,9 +105,9 @@ task('deploy', [
'deploy:writable', 'deploy:writable',
'typo3:database:migrate', 'typo3:database:migrate',
'typo3:language:update', 'typo3:language:update',
'typo3:cache:flush',
'cachetool:clear:opcache',
'deploy:publish', 'deploy:publish',
'cachetool:clear:opcache',
'typo3:cache:flush',
'deploy:buspronet:symlink', 'deploy:buspronet:symlink',
]); ]);