From 969e8bea352617516ffac01c70be69f02afba950 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 13 Sep 2025 23:25:26 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c4489fc..dce8077 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,8 +15,7 @@ steps: - name: host-website-dist path: /mnt/website commands: - - npm install - - npm install --cpu=x64 --os=linux --libc=glibc sharp + - npm ci - npm run build - cp -rT ./dist /mnt/website