Update '.trustie-pipeline.yml'
This commit is contained in:
parent
d8e44b3cad
commit
1161ef0b41
|
@ -1,18 +1,11 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: x86-64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 执行远程命令
|
- name: greeting
|
||||||
image: appleboy/drone-ssh
|
image: arm64v8/maven
|
||||||
settings:
|
commands:
|
||||||
host: 47.102.109.233
|
- echo 'hello world!1121721' > /home/hello.txt
|
||||||
username: root
|
|
||||||
password: 'msl123!@#'
|
|
||||||
port: 22
|
|
||||||
script:
|
|
||||||
- echo 'hello world!' >> /home/test.txt
|
|
Loading…
Reference in New Issue