测试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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: "Test Docker Pipeline"
|
name: "Docker Pipeline"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "中文STEP"
|
- name: "中文STEP"
|
||||||
|
@ -72,7 +72,7 @@ steps:
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: ssh
|
type: ssh
|
||||||
name: Remote SSH
|
name: SSH Pipeline
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: 38.55.104.160
|
host: 38.55.104.160
|
||||||
|
@ -84,5 +84,7 @@ steps:
|
||||||
- name: greeting
|
- name: greeting
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
- echo hello world
|
||||||
|
- whoami
|
||||||
- date
|
- date
|
||||||
- neofetch
|
- docker ps
|
||||||
|
- docker images
|
||||||
|
|
Loading…
Reference in New Issue