From 5266a3ca2712cbfe263b1a7d0a3b6217f1a90c16 Mon Sep 17 00:00:00 2001 From: okk <153692773@qq.com> Date: Tue, 31 Jan 2023 10:22:06 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7c10673..407263e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,11 +11,11 @@ steps: image: maven:3-jdk-10 commands: - mvn install - - name: tomcat-deploy - image: tomcat - commands: - - cp target/webssh.war /usr/local/tomcat/webapps - - bash /usr/local/tomcat/bin/start.sh + - name: tomcat-deploy + image: tomcat + commands: + - cp target/webssh.war /usr/local/tomcat/webapps + - bash /usr/local/tomcat/bin/start.sh trigger: branch: