diff --git a/deploy.php b/deploy.php index e187eb72..631fec90 100644 --- a/deploy.php +++ b/deploy.php @@ -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', ]);