From 9d4fad0889e8bf5919d7e42e5f2b5372c54b1536 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 26 Jun 2025 12:16:30 +0200 Subject: [PATCH] fix: change back to current and make first release manual --- build/deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });