Backend mono repo for Muxi Workbench.
Built with go-micro, gin, gorm, zap, jager.
// 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
go run main.go -sub # 增加命令行参数 -sub 来运行
# 实际部署的时候需要改 Dockerfile (暂定)