fix: correct order of flushing caches during deployment
This commit is contained in:
+2
-2
@@ -105,9 +105,9 @@ task('deploy', [
|
||||
'deploy:writable',
|
||||
'typo3:database:migrate',
|
||||
'typo3:language:update',
|
||||
'typo3:cache:flush',
|
||||
'cachetool:clear:opcache',
|
||||
'deploy:publish',
|
||||
'cachetool:clear:opcache',
|
||||
'typo3:cache:flush',
|
||||
'deploy:buspronet:symlink',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user