From 9aedd854bce70e43bec63e55c512fdb83e3decea Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Mon, 29 Jul 2024 15:51:08 +0800 Subject: [PATCH] 'init' --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index bba92e2..48eb7f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,13 +8,14 @@ steps: - name: build-file path: /root/crm-build/dist # 容器内路径 host: - path: /dist # 宿主机路径 + path: /build/dist # 宿主机路径 commands: - npm install - npm run build - - ls - - cd dist - - ls + - cp -r dist /build +# - ls +# - cd dist +# - ls #- name: test # image: node:16.18.1