go_dreamfactory/bin/stop.sh
2023-10-30 15:12:53 +08:00

23 lines
476 B
Bash
Executable File

#!/bin/sh
curl -XPOST -s -L 'https://oapi.dingtalk.com/robot/send?access_token=c6d2066cd4b36882b5dc3033e359a1c1b259eb4fd6cb69f397a65f544dbce86f' -H 'Content-Type: application/json' -H "charset:utf-8" -d '{"msgtype": "text",
"text": {
"content": "服务停止--内网测试服"
}
}'
./stup.sh stop df01_gateway0
./stup.sh stop df01_mainte
./stup.sh stop df01_worker0
./stup.sh stop df01_worker1
./stup.sh stop dfcross_1_worker0
./stup.sh stop dfcross_1_mainte