From 2497b6c761ec0a57047731f390edd2141968f977 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 14:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=82=E8=BD=BD=E5=88=B0?= =?UTF-8?q?=E5=AE=BF=E4=B8=BB=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3306805..b1af82c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,7 @@ steps: - sed -i 's?/manifest.json?/static/manifest.json?g' ./app/index.html - go build -o /root/web/main # - cp main /root/web/ - # volumes: - # - name: cache - # temp: {} \ No newline at end of file +volumes: + - name: outdir + host: + path: /root/web \ No newline at end of file