chore: update deployer config to be run on the host

This commit is contained in:
Björn Fromme
2026-05-10 14:57:09 +02:00
parent 224673a2c4
commit 8b3ef0df95
+2 -1
View File
@@ -121,7 +121,8 @@ task('deploy', [
]); ]);
task('deploy:assets', function () { task('deploy:assets', function () {
runLocally('npm ci && npm run build'); runLocally('ddev exec npm ci');
runLocally('ddev exec npm run build');
}); });
task('deploy:stop-workers', function () { task('deploy:stop-workers', function () {