This commit is contained in:
aozhiwei 2022-04-17 16:25:26 +08:00
parent e0fc2a57a0
commit 5fbacd3fa8
6 changed files with 8 additions and 16 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 "thrid_party/tools"]
path = thrid_party/tools
url = git@git.kingsome.cn:server_common/tools.git

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

1
boundle.sh Symbolic link
View File

@ -0,0 +1 @@
thrid_party/tools/scripts/publish_nodejs/boundle.sh

1
ecosystem.config.js Symbolic link
View File

@ -0,0 +1 @@
thrid_party/tools/scripts/publish_nodejs/ecosystem.config.js

View File

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
thrid_party/tools/scripts/publish_nodejs/reload.sh

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
restart.sh Symbolic link
View File

@ -0,0 +1 @@
thrid_party/tools/scripts/publish_nodejs/restart.sh

1
thrid_party/tools Submodule

@ -0,0 +1 @@
Subproject commit b94810b53dbe81d609bf5f859bd7e77214d38963