From 4705f1fc467e772d8bff3617971f5fe1968b7c87 Mon Sep 17 00:00:00 2001 From: lizw-2015 <1183409807@qq.com> Date: Thu, 15 May 2025 11:27:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(dsl):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=90=8C=E6=AD=A5=E8=84=9A=E6=9C=AC=E7=9A=84=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 003sync_code_prod.sh 和 004sync_code_test.sh 脚本中,在最后的部署提示信息中添加了当前日期和时间戳 - 该修改提高了部署信息的可追踪性和时间敏感性 --- dsl/003sync_code_prod.sh | 2 +- dsl/004sync_code_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dsl/003sync_code_prod.sh b/dsl/003sync_code_prod.sh index 19a95e2..8b38982 100644 --- a/dsl/003sync_code_prod.sh +++ b/dsl/003sync_code_prod.sh @@ -216,6 +216,6 @@ git pull kls release/prod:release/prod -f echo -e "$echoPrefix git push dsl release/prod:release/prod -f $echoSuffix" git push dsl release/prod:release/prod -f echo "" -echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用。[$(date +_%Y_%m_%d_%H_%M_%S)]" +echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用。[$(date +%Y-%m-%d %H:%M:%S)]" # bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/003sync_code_prod.sh) diff --git a/dsl/004sync_code_test.sh b/dsl/004sync_code_test.sh index 5aa3368..574fe63 100644 --- a/dsl/004sync_code_test.sh +++ b/dsl/004sync_code_test.sh @@ -217,6 +217,6 @@ git pull kls release/test:release/test -f echo -e "$echoPrefix git push dsl release/test:release/test -f $echoSuffix" git push dsl release/test:release/test -f echo "" -echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用。[$(date +_%Y_%m_%d_%H_%M_%S)]" +echo "接下来:登录大参林能笑平台,等待构建完成,手动部署应用。[$(date +%Y-%m-%d %H:%M:%S)]" # bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/004sync_code_test.sh)