From 875fb8aa6a41986df729a0f7e29ab969127fab54 Mon Sep 17 00:00:00 2001 From: mozzie Date: Mon, 20 Mar 2023 16:59:42 +0800 Subject: [PATCH] feat: drone.ci --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35bc1b7..0a31078 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: port: 22 overwrite: true command_timeout: 2m - target: /www/wwwroot/backset/nginx/html/backset.cn/ + target: /www/wwwroot/nginx/html/backset.cn/ source: ./apps/web/dist/* # admin管理 @@ -61,7 +61,7 @@ steps: port: 22 overwrite: true command_timeout: 2m - target: /www/wwwroot/backset/nginx/html/backset.cn/ + target: /www/wwwroot/nginx/html/backset.cn/ source: ./apps/admin/dist/* ---