上传
This commit is contained in:
parent
a3f60b27ca
commit
59cdb37bf5
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash -ilex
|
||||
GO_ENABLED=0
|
||||
GO111MODULE=on
|
||||
GOOS=linux
|
||||
@ -7,12 +7,3 @@ go build -o ./bin/cmd ./services/cmd/main.go
|
||||
go build -o ./bin/mainte ./services/mainte/main.go
|
||||
go build -o ./bin/gateway ./services/gateway/main.go
|
||||
go build -o ./bin/worker ./services/worker/main.go
|
||||
curl -XPOST -s -L 'https://oapi.dingtalk.com/robot/send?access_token=5ae6b8eacb8f065c6b6c8211febaf024a4179652b82c4c2ad59a8878cecee5e4' -H 'Content-Type: application/json' -H "charset:utf-8" -d '{"msgtype": "text",
|
||||
|
||||
"text": {
|
||||
|
||||
"content": "服务构建完成"
|
||||
|
||||
}
|
||||
|
||||
}'
|
||||
|
10
bin/start.sh
10
bin/start.sh
@ -1,13 +1,5 @@
|
||||
#!/bin/sh
|
||||
curl -XPOST -s -L 'https://oapi.dingtalk.com/robot/send?access_token=5ae6b8eacb8f065c6b6c8211febaf024a4179652b82c4c2ad59a8878cecee5e4' -H 'Content-Type: application/json' -H "charset:utf-8" -d '{"msgtype": "text",
|
||||
|
||||
"text": {
|
||||
|
||||
"content": " 服务正在启动"
|
||||
|
||||
}
|
||||
|
||||
}'
|
||||
curl -XPOST -s -L '
|
||||
curl -XPOST -s -L 'https://oapi.dingtalk.com/robot/send?access_token=e15fc4f867d6b83336eb720f70d0fb66de1dab49da944f33478d8e619f35c2ac' -H 'Content-Type: application/json' -H "charset:utf-8" -d '{"msgtype": "text",
|
||||
|
||||
"text": {
|
||||
|
Loading…
Reference in New Issue
Block a user