From 0fbc6465b8c8d1e8ddd6e31439b23ef209f7c85f Mon Sep 17 00:00:00 2001 From: lz-wang Date: Sat, 3 Sep 2022 19:51:16 +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 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index c0428c2..5150b94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,13 @@ --- kind: pipeline -type: exec -name: Local Server +type: ssh +name: Remote SSH -platform: - os: linux - arch: amd64 - -#server: -# host: 38.55.104.160 -# user: root -# password: -# from_secret: aus_pw +server: + host: 38.55.104.160 + user: root + password: + from_secret: aus_pw steps: - name: greeting