fix: could not deploy to rainyun rcdn

This commit is contained in:
Fu Diwei 2025-06-23 10:53:12 +08:00 committed by RHQYZ
parent eb77ba5885
commit 11f7ebc95a

View File

@ -1011,7 +1011,7 @@ func createSSLDeployerProvider(options *deployerProviderOptions) (core.SSLDeploy
}
switch options.Provider {
case domain.DeploymentProviderTypeTencentCloudCDN:
case domain.DeploymentProviderTypeRainYunRCDN:
deployer, err := pRainYunRCDN.NewSSLDeployerProvider(&pRainYunRCDN.SSLDeployerProviderConfig{
ApiKey: access.ApiKey,
InstanceId: xmaps.GetInt32(options.ProviderServiceConfig, "instanceId"),