测试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 from_secret: aus_pw
steps: steps:
- name: greeting - name: Show System Env
commands: commands:
- echo hello world - echo hello world
- whoami - whoami
- date - date
- name: Show Docker Env
commands:
- docker ps - docker ps
- docker images - docker images