From 9bec6220ab4a24cbc0f5cd196477ffdddba5c723 Mon Sep 17 00:00:00 2001 From: mozzie Date: Mon, 20 Mar 2023 15:58:32 +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 0a31078..35bc1b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: port: 22 overwrite: true command_timeout: 2m - target: /www/wwwroot/nginx/html/backset.cn/ + target: /www/wwwroot/backset/nginx/html/backset.cn/ source: ./apps/web/dist/* # admin管理 @@ -61,7 +61,7 @@ steps: port: 22 overwrite: true command_timeout: 2m - target: /www/wwwroot/nginx/html/backset.cn/ + target: /www/wwwroot/backset/nginx/html/backset.cn/ source: ./apps/admin/dist/* ---