From 39a60834d052e1a9781ef06ef305419c9abc7538 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 12:22:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4e0eafa..f2ff30f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,9 +40,9 @@ steps: path: /root/web commands: - apt-get update && apt-get install tree -y - - tree - rm -rf ./app/* - cp -r /go/web/build/* ./app/ + - tree - sed 's?/static?/static/static?g' ./app/index.html - sed 's?/favicon.ico?/static/favicon.ico?g' ./app/index.html - sed 's?/logo192.png?/static/logo192.png?g' ./app/index.html