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