This commit is contained in:
aozhiwei 2022-04-14 23:18:59 +08:00
parent a32a6846c0
commit 40c4d82f81
7 changed files with 7 additions and 17 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "thrid_party/game2006market"]
path = thrid_party/game2006market
url = git@git.kingsome.cn:aozhiwei/game2006market.git
[submodule "third_party/tools"]
path = third_party/tools
url = git@git.kingsome.cn:server_common/tools.git

View File

@ -1 +0,0 @@
../thrid_party/game2006market/server/bin/web3service/web3service

View File

@ -1,7 +0,0 @@
#!/bin/bash
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
dir_name=`basename $PWD`
package_name=${dir_name}.tar.gz
tar --exclude=*.git -chzf target/${package_name} bin config bin web3service reload.sh restart.sh

3
common.sh Normal file
View File

@ -0,0 +1,3 @@
PROJECT_NAME=web3service
SCRIPT=web3service/app
EXT_PKG_FILES=web3service

View File

View File

@ -1,9 +0,0 @@
#!/bin/bash
ps -ef|grep node|grep web3service|grep -v grep
if [ $? -eq 0 ]; then
ps -ef|grep node|grep web3service|grep -v grep|awk '{print $2}'|xargs kill -9
fi
cd bin
nohup node ../web3service/app.js >> web3service.out 2>&1 &

1
third_party/tools vendored Submodule

@ -0,0 +1 @@
Subproject commit 2de5a661bdd4cdee42c08c17dbd5a1885d487b23