Commit c63f98c5 by mushishixian

fix

parents 33abd718 66ff30df
Showing with 6 additions and 5 deletions
......@@ -18,5 +18,8 @@ bom_server
.DS_Store
cmd/cmd.exe
cmd/move/logs/
cmd/bom_sync
server/bom_server
cmd/cmd.exe
/cmd/dong/logs/*.log
/sh
#!/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