diff --git a/.drone.yml b/.drone.yml index 87cbd5a..11d6d7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,6 @@ name: makeit-graffiti steps: - name: 'build' image: node:12 - volumes: - - name: node_modules_cache - path: /drone/src/node_modules commands: - node -v - npm -v @@ -46,9 +43,4 @@ steps: - rm -rf !(dist*) - mv ./dist/* ./ - rm -rf dist - - echo '====== deploy success ======' - -volumes: - - name: node_modules_cache - host: - path: /makeit/web/drone/node_modules \ No newline at end of file + - echo '====== deploy success ======' \ No newline at end of file