Browse Source

update pipeline for master branch

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

+ 5
- 5
.drone.yml View File

@@ -23,11 +23,11 @@ steps:
path: /root/.m2
commands:
- mvn install
- name: tomcat-deploy
image: tomcat
commands:
- cp target/webssh.war /usr/local/tomcat/webapps
- bash /usr/local/tomcat/bin/startup.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