diff --git a/.drone.yml b/.drone.yml index a5c47b3..06ff262 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,20 +11,18 @@ steps: image: node volumes: - name: publish - path: /tmp/cache + path: /drone/src/build - name: node_modules path: /drone/src/node_modules commands: - npm config set registry https://registry.npm.taobao.org - npm ci - npm run release-lab - - mkdir -p /tmp/cache - - cp -f -r build/* /tmp/cache volumes: - name: publish host: - path: /http/demo/living-together-lab + path: /http/living-together-lab - name: node_modules host: path: /tmp/node_modules/living-together \ No newline at end of file