测试ssh pipeline
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3d88e71e35
commit
3a57985ee7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue