Commit 66ff30df by mushishixian

fix confict

parents 9b37f144 f8746605
......@@ -18,5 +18,7 @@ bom_server
.DS_Store
cmd/cmd.exe
cmd/move/logs/
cmd/bom_sync
server/bom_server
/cmd/dong/logs/*.log
/sh
The file could not be displayed because it is too large.
#!/bin/bash
cd /data2/gocode/bom_server
git pull origin master
rm ./cmd/scm_wms_sync
rm ./sh/import_source
rm ./conf/config.ini
mv ./conf/config_production.ini ./conf/config.ini
go build -o ./cmd/bom_sync ./cmd/main.go
go build -o ./server/bom_rpc_server ./server/main.go
supervisorctl restart scm:bom_server
\ No newline at end of file
go build -o ./server/bom_server ./server/main.go
supervisorctl restart bom:bom_server
\ No newline at end of file
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