Browse Source

更新 '.drone.yml'

master
parent
commit
882a32bdc0
1 changed files with 0 additions and 31 deletions
  1. +0
    -31
      .drone.yml

+ 0
- 31
.drone.yml View File

@@ -9,37 +9,6 @@ workspace:
base: /opt/workspace
path: work
volumes:
- name: m2
host:
path: /root/.m2
- name: dest
host:
path: /root/target

steps:
- name: maven
image: maven:3-jdk-10
volumes:
- name: m2
path: /root/.m2
- name: dest
path: /root/target
commands:
- mvn package
- mv target/webssh.war /root/target/
- name: ssh-deploy
image: appleboy/drone-ssh
settings:
host:
- 113.246.243.98
username: root
password: wang199637
port: 4221
command_timeout: 2m
script:
- docker run -v /root/target/:/usr/local/tomcat/webapps/ -p61002:8080 -d tomcat:9.0
trigger:
branch:
- master


Loading…
Cancel
Save