测试SSH
parent
f475a50d40
commit
0fbc6465b8
18
.drone.yml
18
.drone.yml
|
@ -1,17 +1,13 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: Local Server
|
||||
type: ssh
|
||||
name: Remote SSH
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
#server:
|
||||
# host: 38.55.104.160
|
||||
# user: root
|
||||
# password:
|
||||
# from_secret: aus_pw
|
||||
server:
|
||||
host: 38.55.104.160
|
||||
user: root
|
||||
password:
|
||||
from_secret: aus_pw
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
|
|
Loading…
Reference in New Issue