[Agent][Deploy] - dev all accomplished

This commit is contained in:
zeaslity
2024-06-21 09:16:48 +08:00
parent 6b2dc33a34
commit fea6407d48
52 changed files with 41897 additions and 20 deletions

View File

@@ -15,10 +15,7 @@ import (
func CmiiEnvDeploy(shouldDoCompleteDeploy bool) {
// 部署的环境
cmiiNamespace := dev
// 完整部署
//shouldDoCompleteDeploy := false
cmiiNamespace := devOperation
// 输出特定版本的Tag 或者 从DEMO环境拉取
DeploySpecificTag := "5.6.0"
@@ -71,7 +68,7 @@ func CmiiEnvDeploy(shouldDoCompleteDeploy bool) {
//clearOldApplyStuff(common, shouldDoCompleteDeploy)
// apply new app
//applyNewAppStuff(common, shouldDoCompleteDeploy)
applyNewAppStuff(common, shouldDoCompleteDeploy)
fmt.Println()
fmt.Println("-------------------- all done ---------------------")