diff --git a/build/deploy.php b/build/deploy.php index e7702b6..ed3cdfa 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -56,7 +56,7 @@ set('rsync', [ ]); task('typo3:cache:flush', function() { - cd('{{release_path}}'); + cd('current'); run('{{bin/php}} bin/typo3 cache:flush'); });