From 62dca361f6701965b181cc1244d99357d7fc57fc Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 12:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ffedf43..c05d6e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,7 @@ steps: host: path: /root/web commands: - - apk add tree + - apt-get update && apt-get install tree -y - tree - rm -rf ./app/* - cp -r /go/web/build ./app