Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.22 KB

File metadata and controls

39 lines (27 loc) · 1.22 KB

Muxi Workbench

Backend mono repo for Muxi Workbench.

Built with go-micro, gin, gorm, zap, jager.

Services

Trigger Build

// add muxi origin
git remote add muxi http://gitea.muxixyz.com/root/workbench_be.git

// commit code(git commit ... git add ...) and
// sync code to muxi repo
git push muxi master

// create tag
git tag release-${service_name}-${version}
git push --tags muxi
// open ci.muxixyz.com to check build progress

deploy subscribe

go run main.go -sub # 增加命令行参数 -sub 来运行
# 实际部署的时候需要改 Dockerfile (暂定)