Browse Source

移动文件位置

zdd 2 years ago
parent
commit
38c1974173
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -21,8 +21,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
     settings:
       host: 172.16.90.64 # 远程连接地址
       username: root # 远程连接账号
-      password: hongwei$123
-        from_secret: 123456 # 从Secret中读取SSH密码
+      password:
+        from_secret: ssh_pw # 从Secret中读取SSH密码
       port: 22 # 远程连接端口
       command_timeout: 5m # 远程执行命令超时时间
       script: