From f00f6bf1aecf89135d6ff76aeec0a86a86c4c05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Tue, 8 Oct 2024 15:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=84=9A=E6=9C=AC=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Api/appsettings.json | 2 +- New_College.Api/start.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/New_College.Api/appsettings.json b/New_College.Api/appsettings.json index 025ba0c..83ad56c 100644 --- a/New_College.Api/appsettings.json +++ b/New_College.Api/appsettings.json @@ -26,7 +26,7 @@ "Name": "New_College" } }, - "urls": "http://*:8083", // IIS 部署,注释掉 + "urls": "http://*:8081", // IIS 部署,注释掉 "AllowedHosts": "*", "AppSettings": { "RedisCachingAOP": { diff --git a/New_College.Api/start.sh b/New_College.Api/start.sh index 955282c..80c4fa2 100644 --- a/New_College.Api/start.sh +++ b/New_College.Api/start.sh @@ -54,7 +54,7 @@ docker build --no-cache --build-arg GIT_USERNAME="${GIT_USERNAME}" --build-ar -d '{ "msgtype": "text", "text": { - "content": "SSO·þÎñDocker ¹¹½¨Íê³É£¬¾µÏñ: '"${TAG}"' ÈÝÆ÷: '"${CONTAINER_NAME}"' Òѳɹ¦Æô¶¯¡£" + "content": "NewGaokao·þÎñDocker ¹¹½¨Íê³É£¬¾µÏñ: '"${TAG}"' ÈÝÆ÷: '"${CONTAINER_NAME}"' Òѳɹ¦Æô¶¯¡£" } }' echo "Notification sent to DingDing." @@ -68,7 +68,7 @@ docker build --no-cache --build-arg GIT_USERNAME="${GIT_USERNAME}" --build-ar -d '{ "msgtype": "text", "text": { - "content": "SSO·þÎñ Docker ¹¹½¨Ê§°Ü£¬Çë¼ì²é´íÎóÈÕÖ¾¡£" + "content": ""NewGaokao·þÎñ Docker ¹¹½¨Ê§°Ü£¬Çë¼ì²é´íÎóÈÕÖ¾¡£" } }' echo "Error notification sent to DingDing."