From 1175fd2a520410a0534369396cfdc596193c94db Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 11 Sep 2023 17:27:04 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 717a5fe..6a1bdc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,7 @@ steps: host: path: /root/web commands: + - export GOPROXY=https://mirrors.aliyun.com/goproxy/ - rm -rf ./app/* - cp -r /web/build ./app - sed 's/\/static/\/static\/static/g' ./app/index.html