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