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

main
lzwang 2022-09-03 20:16:43 +08:00
parent 3a57985ee7
commit f13808976b
1 changed files with 3 additions and 1 deletions

View File

@ -81,10 +81,12 @@ server:
from_secret: aus_pw
steps:
- name: greeting
- name: Show System Env
commands:
- echo hello world
- whoami
- date
- name: Show Docker Env
commands:
- docker ps
- docker images