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."