Update '.trustie-pipeline.yml'

This commit is contained in:
cxt 2021-01-05 13:56:51 +08:00
parent d8e44b3cad
commit 1161ef0b41
1 changed files with 5 additions and 12 deletions

View File

@ -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