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