[Agent][GO] - fix deploy bugs
This commit is contained in:
@@ -24,11 +24,12 @@ func CmiiEnvDeploy(deployCommonEnv *z_dep.CommonEnvironmentConfig, shouldDoCompl
|
||||
} else {
|
||||
// demo ==> ""
|
||||
// cqlyj ==> ""
|
||||
tenantEnv = ""
|
||||
tenantEnv = deployCommonEnv.Namespace
|
||||
}
|
||||
|
||||
// assign folder prefix
|
||||
deployCommonEnv.ApplyFilePrefix = folderPrefix
|
||||
deployCommonEnv.TenantEnv = tenantEnv
|
||||
|
||||
var backendMap map[string]string
|
||||
var frontendMap map[string]string
|
||||
@@ -84,7 +85,7 @@ func CmiiNewAppDeploy(deployCommonEnv *z_dep.CommonEnvironmentConfig, newAppName
|
||||
} else {
|
||||
// demo ==> ""
|
||||
// cqlyj ==> ""
|
||||
tenantEnv = ""
|
||||
tenantEnv = "demo"
|
||||
}
|
||||
|
||||
// assign folder prefix
|
||||
|
||||
Reference in New Issue
Block a user