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