diff --git a/.drone.yml b/.drone.yml index d2579ae..3118b2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,13 +15,13 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 settings: - host: 47.118.40.3 # 远程连接地址 + host: 120.46.37.243 # 远程连接地址 username: root # 远程连接账号 - private_key: + password: - from_secret: ssh_private_key # 从Secret中读取SSH密码 + from_secret: ssh_password # 从Secret中读取SSH密码 port: 22 # 远程连接端口 command_timeout: 20m # 远程执行命令超时时间