From 3c1e8c2247dcfa30a1ef886c5c6fd8b46a264438 Mon Sep 17 00:00:00 2001 From: mozzie Date: Mon, 6 Mar 2023 13:33:38 +0800 Subject: [PATCH] ci --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b81825a..8f63e02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: image: node:16.19-alpine # 容器内挂载点 volumes: - - name: node_modules-web + - name: node_modules path: /drone/src/node_modules commands: - pwd @@ -35,4 +35,4 @@ steps: overwrite: true command_timeout: 2m target: /www/wwwroot/nginx/html/backset.cn/ - source: ./dist/* + source: ./apps/web/dist/*