From 703043a21ca0d04879b0d49c29c95c82cd06d05e Mon Sep 17 00:00:00 2001 From: wangwei10061 <153692771@qq.com> Date: Wed, 29 May 2024 11:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 216af0d..c097236 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: port: 22 script: - chmod +x /home/deploy.sh - - nohup bash /home/deploy.sh & + - cat /home/deploy.sh trigger: branch: - master