Commit bf4c56ef authored by Wen Wei Li's avatar Wen Wei Li

modify .drone.yml

parent 31288668
Pipeline #4617 canceled with stages
in 0 seconds
---
kind: pipeline
type: ssh
name: default
server:
host: 192.168.0.22
user: oran
ssh_key:
from_secret: rsa_key
steps:
- name: greeting
commands:
- echo hello > /tmp/hello
- name: ssh
image: appleboy/drone-ssh
settings:
host:
- 192.168.0.22
username: oran
key:
from_secret: rsa_key
port: 22
command_timeout: 1m
script:
- echo "Hello World" > /tmp/hello
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment