Commit be7b17dc by wang

update.sh更新

parent 31d06b73
Showing with 2 additions and 2 deletions
...@@ -9,8 +9,8 @@ git pull origin dev ...@@ -9,8 +9,8 @@ git pull origin dev
export GO111MODULE=on export GO111MODULE=on
export CGO_ENABLED=0 export CGO_ENABLED=0
go env -w GOPROXY=https://goproxy.cn,direct go env -w GOPROXY=https://goproxy.cn,direct
go build -o ${Cur_Dir}"/cmd/http/http_server" ${Cur_Dir}"/cmd/http/golang_open_platform.go" go build -o ${Cur_Dir}"/cmd/http/http" ${Cur_Dir}"/cmd/http/http_server.go"
chmod +x ${Cur_Dir}"/cmd/http/http_server" chmod +x ${Cur_Dir}"/cmd/http/http"
chmod +x ${Cur_Dir}"/update.sh" chmod +x ${Cur_Dir}"/update.sh"
supervisorctl restart golang_open_platform_60006:* supervisorctl restart golang_open_platform_60006:*
echo "更新执行成功" echo "更新执行成功"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment