fix: deploy pipeline
All checks were successful
Build / build (push) Successful in 1m51s
Build / deploy-stage (push) Successful in 3m50s
Build / switch-stage (push) Successful in 1m45s
Build / deploy-production (push) Successful in 3m20s
Release / switch-production (push) Successful in 1m4s

This commit is contained in:
2025-12-03 17:45:22 +01:00
parent 6deaf37cd2
commit 242feb8d1d

View File

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