From 2446f795f8d7fe05d0de9170849ab89ea231d1b2 Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Thu, 7 May 2026 00:27:58 +0800 Subject: [PATCH] fix: update deployment script to change directory to /root before reloading Caddy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 11824a1..5679ed1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: - pkill -f short-link-server || true # nohup 启动,日志输出到 nohup.out - nohup ./short-link-server > nohup.out 2>&1 & - - cd ~ + - cd /root - caddy reload depends_on: - build-backend