From 3b870afa243c37c31ae333e05fbb1261a254740d Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Sat, 5 Jul 2025 15:42:41 +0800 Subject: [PATCH] 111 --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d18728a..293ec51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,9 +42,9 @@ steps: # from_secret: server_ssh_key port: 22 script: - - rm -rf /www/wwwroot/show.zguiy.com/* - - mkdir -p /www/wwwroot/show.zguiy.com/ - - chmod 755 /www/wwwroot/show.zguiy.com/ + - rm -rf /www/wwwroot/show.zguiy.com/test/* + - mkdir -p /www/wwwroot/show.zguiy.com/test/ + - chmod 755 /www/wwwroot/show.zguiy.com/test/ when: branch: - main @@ -66,7 +66,7 @@ steps: # from_secret: server_ssh_key port: 22 source: dist/* - target: /www/wwwroot/show.zguiy.com/ + target: /www/wwwroot/show.zguiy.com/test/ strip_components: 1 when: branch: