From f9030082fe41d807e6f74a7e7c28b8ec7a468ef0 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Mon, 29 Jul 2024 16:46:21 +0800 Subject: [PATCH] 'init' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 48eb7f8..82214d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,9 @@ steps: image: node:16.18.1 volumes: - name: build-file - path: /root/crm-build/dist # 容器内路径 + path: /build/dist # 容器内路径 host: - path: /build/dist # 宿主机路径 + path: /root/crm-build/dist # 宿主机路径 commands: - npm install - npm run build