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
type: docker
name: masterpipe
name: 1
platform:
os: linux
arch: arm64
@@ -26,7 +26,7 @@ steps:
- mvn test

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


Loading…
Cancel
Save