From 6a8da646b8fa60142e3ca65c1879cd082a20e503 Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Thu, 24 Oct 2024 11:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=83=A8=E7=BD=B2=E5=8D=8E=E4=B8=BA=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/deploy.sh b/k8s/deploy.sh index 5b3f7887..8f1cdc3e 100755 --- a/k8s/deploy.sh +++ b/k8s/deploy.sh @@ -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 服务