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