调整脚本参数

develop
old易 2024-10-08 15:30:25 +08:00
parent 4e94e7bf91
commit f00f6bf1ae
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
"Name": "New_College"
}
},
"urls": "http://*:8083", // IIS
"urls": "http://*:8081", // IIS
"AllowedHosts": "*",
"AppSettings": {
"RedisCachingAOP": {

View File

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