1
This commit is contained in:
parent
e0fc2a57a0
commit
5fbacd3fa8
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
1
boundle.sh
Symbolic link
@ -0,0 +1 @@
|
||||
thrid_party/tools/scripts/publish_nodejs/boundle.sh
|
1
ecosystem.config.js
Symbolic link
1
ecosystem.config.js
Symbolic link
@ -0,0 +1 @@
|
||||
thrid_party/tools/scripts/publish_nodejs/ecosystem.config.js
|
@ -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
1
restart.sh
Symbolic link
@ -0,0 +1 @@
|
||||
thrid_party/tools/scripts/publish_nodejs/restart.sh
|
1
thrid_party/tools
Submodule
1
thrid_party/tools
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b94810b53dbe81d609bf5f859bd7e77214d38963
|
Loading…
x
Reference in New Issue
Block a user