Browse Source

更新 '.drone.yml'

interface
parent
commit
5266a3ca27
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .drone.yml

+ 5
- 5
.drone.yml View File

@@ -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:


Loading…
Cancel
Save