feat: add jdcloud alb deployer

This commit is contained in:
Fu Diwei
2025-02-20 17:39:15 +08:00
parent 9febe47975
commit ea70429889
19 changed files with 583 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ var (
)
func init() {
argsPrefix := "CERTIMATE_DEPLOYER_BAIDUCLOUDCDN_"
argsPrefix := "CERTIMATE_DEPLOYER_JDCLOUDLIVE_"
flag.StringVar(&fInputCertPath, argsPrefix+"INPUTCERTPATH", "", "")
flag.StringVar(&fInputKeyPath, argsPrefix+"INPUTKEYPATH", "", "")