From bf5d73bf0f774f2ed02833818b673ed7b3ff3ad9 Mon Sep 17 00:00:00 2001 From: okk <153692773@qq.com> Date: Tue, 31 Jan 2023 15:31:30 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index df95ffc..719e37e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: image: tomcat commands: - cp target/webssh.war /usr/local/tomcat/webapps - - bash /usr/local/tomcat/bin/start.sh + - bash /usr/local/tomcat/bin/startup.sh trigger: branch: