From ea556038ba09fe14aaddabe769c14e5bdb0d4187 Mon Sep 17 00:00:00 2001 From: lz-wang Date: Sat, 3 Sep 2022 16:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95SSH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6dda23c..b921963 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,15 @@ --- -# TODO: Only on Home Server kind: pipeline -type: exec +type: ssh name: default -platform: - os: linux - arch: amd64 +server: + host: 38.55.104.160 + user: root + password: + from_secret: aus_pw steps: -- name: greeting - commands: - - echo hello world + - name: greeting + commands: + - echo hello world