fix: incorrect nil check logic in tencentcloud cdn and ecdn deployment

This commit is contained in:
Fu Diwei
2025-01-08 16:05:02 +08:00
parent 0f772d55ab
commit eb3fec1ac0
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ const (
DeployProviderTypeDogeCloudCDN = DeployProviderType("dogecloud-cdn")
DeployProviderTypeHuaweiCloudCDN = DeployProviderType("huaweicloud-cdn")
DeployProviderTypeHuaweiCloudELB = DeployProviderType("huaweicloud-elb")
DeployProviderTypeK8sSecret = DeployProviderType("k8s-secret")
DeployProviderTypeKubernetesSecret = DeployProviderType("k8s-secret")
DeployProviderTypeLocal = DeployProviderType("local")
DeployProviderTypeQiniuCDN = DeployProviderType("qiniu-cdn")
DeployProviderTypeSSH = DeployProviderType("ssh")