From b6ad4ebf4d24fe0c80b915fe8fff1c9824548113 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 18 Nov 2024 00:01:22 +0100 Subject: [PATCH] chore: more stable .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 946cd83..7e92387 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,11 @@ steps: image: node:latest volumes: - name: host-website-dist - path: /drone/src/dist + path: /mnt/website commands: - npm install - npm run build + - cp -rT ./dist /mnt/website volumes: - name: host-website-dist