From 242feb8d1de448d4028d6fec624c913e4bed7924 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 3 Dec 2025 17:45:22 +0100 Subject: [PATCH] fix: deploy pipeline --- build/deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });