chore: update deployer config to be run on the host

This commit is contained in:
Björn Fromme
2026-05-10 15:24:06 +02:00
parent 5d0bf9dfeb
commit acc4f6daaa
+6 -1
View File
@@ -5,6 +5,9 @@ require 'recipe/typo3.php';
require 'contrib/rsync.php';
require 'contrib/cachetool.php';
// Use cachetool version compatible with PHP 7.4 on the host
set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/7.0.0/cachetool.phar');
set('typo3_webroot', 'public');
set('application', 'ep-reisen-typo3');
set('keep_releases', 3);
@@ -113,7 +116,9 @@ task('deploy:buspronet:symlink', function () {
});
task ('deploy:assets:build', function () {
runLocally('npm i && npm rebuild node-sass && npm run build');
runLocally('ddev exec npm ci');
runLocally('ddev exec npm rebuild node-sass');
runLocally('ddev exec npm run build');
});
task('typo3:database:migrate', function () {