From fd48b641631c1855801bd57dcd23ce62e9893e7d Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 16:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=98=AF=E5=90=A6=E4=BC=9A?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=A6=86=E7=9B=96outdir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e8c2214..d2a7843 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,8 +44,7 @@ steps: - sed -i 's?/logo192.png?/static/logo192.png?g' ./app/index.html - sed -i 's?/manifest.json?/static/manifest.json?g' ./app/index.html - CGO_ENABLED=0 go build -o /root/web/main - # - cp main /root/web/ volumes: - name: outdir host: - path: /root/web \ No newline at end of file + path: /root/web