From 3d88e71e356143dac7de1bc6ccebe5952ee8c28d Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 20:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95ssh=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 66e8d83..aa8eb0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ +--- kind: pipeline type: docker -name: "中文流水线" +name: "Test Docker Pipeline" steps: - name: "中文STEP" @@ -67,3 +68,21 @@ steps: when: status: - success + +--- +kind: pipeline +type: ssh +name: Remote SSH + +server: + host: 38.55.104.160 + user: root + password: + from_secret: aus_pw + +steps: + - name: greeting + commands: + - echo hello world + - date + - neofetch