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 @@ ...@@ -2,17 +2,14 @@
kind: pipeline kind: pipeline
type: ssh type: ssh
name: default name: default
server: 192.168.0.22
server:
host: 192.168.0.22
user: oran user: oran
ssh_key: ssh_key:
from_secret: rsa_key from_secret: rsa_key
steps: steps:
- name: hello - name: greeting
environment: commands:
KEY: - echo hello > /tmp/hello
from_secret: ssh_key
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