调整脚本参数
parent
4e94e7bf91
commit
f00f6bf1ae
|
|
@ -26,7 +26,7 @@
|
||||||
"Name": "New_College"
|
"Name": "New_College"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"urls": "http://*:8083", // IIS 部署,注释掉
|
"urls": "http://*:8081", // IIS 部署,注释掉
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"AppSettings": {
|
"AppSettings": {
|
||||||
"RedisCachingAOP": {
|
"RedisCachingAOP": {
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ docker build --no-cache --build-arg GIT_USERNAME="${GIT_USERNAME}" --build-ar
|
||||||
-d '{
|
-d '{
|
||||||
"msgtype": "text",
|
"msgtype": "text",
|
||||||
"text": {
|
"text": {
|
||||||
"content": "SSO服务Docker 构建完成,镜像: '"${TAG}"' 容器: '"${CONTAINER_NAME}"' 已成功启动。"
|
"content": "NewGaokao服务Docker 构建完成,镜像: '"${TAG}"' 容器: '"${CONTAINER_NAME}"' 已成功启动。"
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
echo "Notification sent to DingDing."
|
echo "Notification sent to DingDing."
|
||||||
|
|
@ -68,7 +68,7 @@ docker build --no-cache --build-arg GIT_USERNAME="${GIT_USERNAME}" --build-ar
|
||||||
-d '{
|
-d '{
|
||||||
"msgtype": "text",
|
"msgtype": "text",
|
||||||
"text": {
|
"text": {
|
||||||
"content": "SSO服务 Docker 构建失败,请检查错误日志。"
|
"content": ""NewGaokao服务 Docker 构建失败,请检查错误日志。"
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
echo "Error notification sent to DingDing."
|
echo "Error notification sent to DingDing."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue