From 6028519bb82945ce2bba4bbe9c82b52db30a8dab Mon Sep 17 00:00:00 2001 From: makeit Date: Wed, 7 Aug 2024 16:44:50 +0800 Subject: [PATCH] drone.yml --- .drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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