From 99fa742660578189d7615257e8d5d338a657a13f Mon Sep 17 00:00:00 2001 From: mozzie Date: Mon, 6 Mar 2023 13:20:35 +0800 Subject: [PATCH] ci --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e3b2170..890a000 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: # 容器内挂载点 volumes: - name: node_modules-web - path: /node_modules + path: /drone/src/node_modules commands: - pwd - node -v @@ -25,7 +25,7 @@ steps: - pnpm build:web - name: deploy-web - image: appleboy/drone-scp + image: appleboy/drone-scp:latest settings: host: mozzie.cn username: root