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: 远程终端集群部署
|
- name: 远程终端集群部署
|
||||||
image: appleboy/drone-ssh:latest
|
image: appleboy/drone-ssh:latest
|
||||||
settings:
|
settings:
|
||||||
host:
|
host: *DEPLOY_HOST
|
||||||
from_secret: ${SECRET_NODE_IP}
|
|
||||||
username:
|
username:
|
||||||
from_secret: ${SECRET_USER_NAME}
|
from_secret: ${SECRET_USER_NAME}
|
||||||
password:
|
password:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue