测试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 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