Browse Source

修改部署文件部署华为云

pull/142/head
chenzhihang 1 year ago
parent
commit
6a8da646b8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      k8s/deploy.sh

+ 3
- 3
k8s/deploy.sh View File

@@ -51,7 +51,7 @@ else
exit 1
fi

baseDir=/home/somuns/ci4s
baseDir=/data/code
tag=$(date +'%Y%m%d%H%M')
remote_deploy_dir=/home/deploy/manage-platform

@@ -125,8 +125,8 @@ build_and_deploy() {
local yaml_file=$3

build_image ${dockerfile} ${image}
prepare_yaml ${yaml_file} ${image}
deploy_service ${yaml_file}
# prepare_yaml ${yaml_file} ${image}
# deploy_service ${yaml_file}
}

# 构建和部署 manage 服务


Loading…
Cancel
Save