Browse Source

优化部署

dev-lhz
chenzhihang 1 year ago
parent
commit
19b7e9be27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/deploy.sh

+ 1
- 1
k8s/deploy.sh View File

@@ -143,7 +143,7 @@ fi


if [ "$service" == "all" ]; then if [ "$service" == "all" ]; then
#部署前端 #部署前端
# build_and_deploy "nginx-dockerfile" "172.20.32.187/ci4s/ci4s-front:${tag}" "k8s-12front.yaml"
build_and_deploy "nginx-dockerfile" "172.20.32.187/ci4s/ci4s-front:${tag}" "k8s-12front.yaml"
#部署管理平台 #部署管理平台
build_and_deploy "managent-dockerfile" "172.20.32.187/ci4s/ci4s-managent:${tag}" "k8s-7management.yaml" build_and_deploy "managent-dockerfile" "172.20.32.187/ci4s/ci4s-managent:${tag}" "k8s-7management.yaml"
#部署认证中心 #部署认证中心


Loading…
Cancel
Save