Skip to content

Commit

Permalink
1.add http deployment method
Browse files Browse the repository at this point in the history
Signed-off-by: liuminjian <liuminjian@chinatelecom.cn>
  • Loading branch information
liuminjian committed Dec 12, 2023
1 parent 28372fe commit a6bebd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/configure/hosts/hc_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func (hc *HostConfig) GetConnectConfig() *module.ConnectConfig {
BecomeUser: hc.GetBecomeUser(),
ConnectTimeoutSec: curveadm.GlobalCurveAdmConfig.GetSSHTimeout(),
ConnectRetries: curveadm.GlobalCurveAdmConfig.GetSSHRetries(),
Protocol: hc.GetProtocol(),
}
}

Expand Down

0 comments on commit a6bebd0

Please sign in to comment.