From fad1ed2169c9972886c0c4320504a841570ab506 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 11 Sep 2023 17:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index de4a2d8..438c172 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: image: node volumes: - name: bulid-workspace - path: /root/web + host: + path: /root/web commands: - git clone https://git.shagain.club/lingling/go_echo_wol_web.git - git checkout master @@ -26,7 +27,8 @@ steps: image: golang volumes: - name: bulid-workspace - path: /root/web + host: + path: /root/web commands: - rm -rf ./app/* - cp -r /web/build ./app