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

main
lzwang 2022-09-03 20:15:13 +08:00
parent 3d88e71e35
commit 3a57985ee7
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: "Test Docker Pipeline"
name: "Docker Pipeline"
steps:
- name: "中文STEP"
@ -72,7 +72,7 @@ steps:
---
kind: pipeline
type: ssh
name: Remote SSH
name: SSH Pipeline
server:
host: 38.55.104.160
@ -84,5 +84,7 @@ steps:
- name: greeting
commands:
- echo hello world
- whoami
- date
- neofetch
- docker ps
- docker images