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

modify .drone.yml

parent 72c6828b
Pipeline #4616 canceled with stages
in 0 seconds
......@@ -2,17 +2,14 @@
kind: pipeline
type: ssh
name: default
server: 192.168.0.22
server:
host: 192.168.0.22
user: oran
ssh_key:
from_secret: rsa_key
steps:
- name: hello
environment:
KEY:
from_secret: ssh_key
commands:
- echo "hello" > /tmp/hello
- name: greeting
commands:
- echo hello > /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