Browse Source

update pipeline for interface branch

interface
wangwei10061 9 months ago
parent
commit
aa4f94ecda
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      .drone.yml

+ 0
- 13
.drone.yml View File

@@ -12,19 +12,6 @@ steps:
path: /root/.m2
commands:
- mvn compile
- name: 远程主机部署
image: appleboy/drone-ssh:linux-arm64
settings:
host:
from_secret: ip
username:
from_secret: name
password:
from_secret: pwd
port: 22
script:
- chmod +x /home/deploy.sh
- bash /home/deploy.sh
trigger:
branch:
- interface


Loading…
Cancel
Save