From f815937a12771d240f72a121600338c6df0248a9 Mon Sep 17 00:00:00 2001 From: mozzie Date: Mon, 6 Mar 2023 11:02:26 +0800 Subject: [PATCH] ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9400d7f..7db9706 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: node:16.19-alpine volumes: - name: dist-web - path: ./dist + path: /dist commands: - node -v - npm -v