From 8b3ef0df95f68e586bb3bfc4e3376cf845393357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sun, 10 May 2026 14:57:09 +0200 Subject: [PATCH] chore: update deployer config to be run on the host --- deploy.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 13984ec..e01f083 100644 --- a/deploy.php +++ b/deploy.php @@ -121,7 +121,8 @@ task('deploy', [ ]); 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 () {