diff --git a/.drone.yml b/.drone.yml index c44aa5b..8884aba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - name: build-web image: ghcr.io/cirruslabs/flutter:3.13.9 volumes: - - name: docs + - name: build path: /tmp/smartfit_build commands: - pwd @@ -29,12 +29,12 @@ steps: - mkdir /tmp/smartfit_build - cp -r ./build/web/* /tmp/smartfit_build - ls /tmp/smartfit_build - # - mountpoint /tmp/smartfit_build + - mountpoint /tmp/smartfit_build - name: build-web-image image: plugins/docker volumes: - - name: docs + - name: build path: /tmp/smartfit_build settings: dockerfile: Dockerfile @@ -73,5 +73,5 @@ steps: # depends_on: [ build-apk, build-web ] volumes: - - name: docs + - name: build temp: {}