fix: change back to current and make first release manual
All checks were successful
Build / build (push) Successful in 4m23s
Build / deploy-production (push) Successful in 4m50s
Build / deploy-stage (push) Successful in 5m0s
Build / switch-stage (push) Successful in 2m21s
Release / switch-production (push) Successful in 2m56s

This commit is contained in:
2025-06-26 12:16:30 +02:00
parent 9720b9328e
commit 9d4fad0889

View File

@@ -56,7 +56,7 @@ set('rsync', [
]);
task('typo3:cache:flush', function() {
cd('{{release_path}}');
cd('current');
run('{{bin/php}} bin/typo3 cache:flush');
});