Browse Source

update pipeline for master branch

pull/16/head
parent
commit
a6a7a7e862
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -1,6 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: masterpipe
name: 1
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
@@ -26,7 +26,7 @@ steps:
- mvn test - mvn test


- name: 远程主机部署 - name: 远程主机部署
image: appleboy/drone-ssh
image: appleboy/drone-ssh:linux-arm64
settings: settings:
host: host:
from_secret: ip from_secret: ip


Loading…
Cancel
Save