代码拉取完成,页面将自动刷新
同步操作将从 oldfeel/cookbook 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
cd 添加版本号
go run main.go
cd ../api
# 编译linux版本
env GOOS=linux GOARCH=amd64 go build main.go
mv -f main cookbook_linux
# 编译windows 32位版本
env GOOS=windows GOARCH=386 go build main.go
mv -f main.exe cookbook_win32.exe
# 编译windows 64位版本
env GOOS=windows GOARCH=amd64 go build main.go
mv -f main.exe cookbook_win64.exe
# 编译mac版本
env GOOS=darwin GOARCH=amd64 go build main.go
mv -f main cookbook_mac
tar zcvf ../cookbook.tar.gz cookbook_* conf static views
cd ..
# 同步代码到版本控制(git)
./push.sh
# yuncommunity.com 为部署的域名,没有部署则不用这一步
curl http://yuncommunity.com:8040/更新
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。