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
bd0c156ea0
commit
601850514e
|
|
@ -18,9 +18,9 @@ variables:
|
|||
matrix:
|
||||
include:
|
||||
- NODE_NAME: "集群节点A"
|
||||
SECRET_NODE_IP: "A_host"
|
||||
SECRET_USER_NAME: "A_user"
|
||||
SECRET_PASS_NAME: "A_password"
|
||||
SECRET_NODE_IP: "43.143.243.136"
|
||||
SECRET_USER_NAME: "136_ssh_user"
|
||||
SECRET_PASS_NAME: "136_ssh_password"
|
||||
|
||||
# - NODE_NAME: "集群节点B"
|
||||
# SECRET_NODE_IP: "B_host"
|
||||
|
|
|
|||
Loading…
Reference in New Issue