update
continuous-integration/drone/push Build is failing Details

master
Evan Chen 2021-11-11 12:09:13 +08:00
parent eca4ec7737
commit e0025a9698
1 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,11 @@ name: default
steps:
- name: ssh
image: golang:1.17.2
environment:
KEY:
from_secret: key
commands:
- pwd
- ls ~/.ssh/
- echo $KEY > ~/.ssh/id_rsa.pub
- ssh kumoly@kumoly.io -p 2222 ls