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