chore: update deployer config to be run on the host

This commit is contained in:
Björn Fromme
2026-05-10 15:30:07 +02:00
parent 98c900e8ca
commit 15eec69af8
+2 -1
View File
@@ -118,7 +118,8 @@ task('deploy:stop-workers', function () {
});
task('deploy:assets', function () {
runLocally('npm i && npm run build');
runLocally('ddev exec npm ci');
runLocally('ddev exec npm run build');
});
after('deploy:failed', 'deploy:unlock');