测试ssh pipeline
continuous-integration/drone/push Build is failing Details

main
lzwang 2022-09-03 20:10:50 +08:00
parent 0bc71307d9
commit 3d88e71e35
1 changed files with 20 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
kind: pipeline
type: docker
name: "中文流水线"
name: "Test Docker Pipeline"
steps:
- name: "中文STEP"
@ -67,3 +68,21 @@ steps:
when:
status:
- success
---
kind: pipeline
type: ssh
name: Remote SSH
server:
host: 38.55.104.160
user: root
password:
from_secret: aus_pw
steps:
- name: greeting
commands:
- echo hello world
- date
- neofetch