chore(ci): 更新部署配置中的SSH连接信息
- 将SECRET_NODE_IP从"A_host"更新为"43.143.243.136" - 将SECRET_USER_NAME从"A_user"更新为"136_ssh_user" - 将SECRET_PASS_NAME从"A_password"更新为"136_ssh_password" - 移除NODE_NAME配置项 - 注释掉集群节点B的配置选项
This commit is contained in:
parent
601850514e
commit
0ece4507cf
|
|
@ -31,8 +31,7 @@ steps:
|
|||
- name: 远程终端集群部署
|
||||
image: appleboy/drone-ssh:latest
|
||||
settings:
|
||||
host:
|
||||
from_secret: ${SECRET_NODE_IP}
|
||||
host: *DEPLOY_HOST
|
||||
username:
|
||||
from_secret: ${SECRET_USER_NAME}
|
||||
password:
|
||||
|
|
|
|||
Loading…
Reference in New Issue