From 37dc27d7c5204cc93c147c15e92ab132dec53c6e Mon Sep 17 00:00:00 2001 From: LonglyCode Date: Fri, 30 Apr 2021 23:28:59 +0800 Subject: [PATCH] fix --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5cbe30c..54f316e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,8 @@ steps: settings: host: 159.75.130.72 # 远程连接地址 username: root # 远程连接账号 - password: - from_secret: ssh_password # 从Secret中读取SSH密码 + # password: + # from_secret: ssh_password # 从Secret中读取SSH密码 ssh_key: from_secret: ssh_key port: 22 # 远程连接端口