Browse Source

update pipeline for master branch

master
parent
commit
6a91d49d73
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .drone.yml

+ 1
- 2
.drone.yml View File

@@ -23,7 +23,7 @@ steps:
- name: cache
path: /root/.m2
commands:
- mvn test
- mvn test

- name: 远程主机部署
image: appleboy/drone-ssh:linux-arm64
@@ -38,7 +38,6 @@ steps:
script:
- chmod +x /home/deploy.sh
- nohup bash /home/deploy.sh &
trigger:
branch:
- master


Loading…
Cancel
Save