测试SSH
parent
fa0096674c
commit
ea556038ba
17
.drone.yml
17
.drone.yml
|
@ -1,14 +1,15 @@
|
|||
---
|
||||
# TODO: Only on Home Server
|
||||
kind: pipeline
|
||||
type: exec
|
||||
type: ssh
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
server:
|
||||
host: 38.55.104.160
|
||||
user: root
|
||||
password:
|
||||
from_secret: aus_pw
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
|
|
Loading…
Reference in New Issue