From 96969284601fff664dcea917705e9a7e8f05b2ee Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Tue, 12 Sep 2023 08:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 086d09e..217b0fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,4 +46,7 @@ steps: - sed 's/\/logo192.png/\/static\/logo192.png/g' ./app/index.html - sed 's/\/manifest.json/\/static\/manifest.json/g' ./app/index.html - go build -o main - - cp main /root/web/ \ No newline at end of file + - cp main /root/web/ + volumes: + - name: cache + temp: {} \ No newline at end of file