Commit 13ef3e22 authored by Wen Wei Li's avatar Wen Wei Li

modify .drone.yml

parent a2b241ea
Pipeline #4626 pending with stage
---
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: ssh - name: ssh
image: ghcr.io/appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: host:
- 192.168.0.22 - 192.168.0.22
username: oran username: ubuntu
password: password:
from_secret: ssh_password from_secret: ssh_password
port: 22 port: 22
command_timeout: 1m command_timeout: 30s
script: script:
- echo "Hello World" > /tmp/hello - 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