From 8165c3494180c499dbd08427d8a9bfaf97d95ea5 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 12:21:51 +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 c05d6e4..4e0eafa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: - apt-get update && apt-get install tree -y - tree - rm -rf ./app/* - - cp -r /go/web/build ./app + - cp -r /go/web/build/* ./app/ - 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