fix: change to apt-get and change cache:flush to release from current, to work on first release
Some checks failed
Build / build (push) Successful in 4m16s
Build / deploy-stage (push) Successful in 3m42s
Build / switch-stage (push) Failing after 2m17s
Build / deploy-production (push) Successful in 3m56s

This commit is contained in:
2025-06-26 11:55:16 +02:00
parent 177d79ceb1
commit 9720b9328e
3 changed files with 9 additions and 9 deletions

View File

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