From d5782c85ed2f0c98efeac6aea20743e7539176ea Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 15 Jul 2023 20:20:11 +0800 Subject: [PATCH] 1 --- .gitmodules | 3 +++ bin/.gitkeep | 0 boundle.sh | 1 + ecosystem.config.js | 1 + reload.sh | 1 + restart.sh | 1 + third_party/tools | 1 + 7 files changed, 8 insertions(+) create mode 100644 bin/.gitkeep create mode 120000 boundle.sh create mode 120000 ecosystem.config.js create mode 120000 reload.sh create mode 120000 restart.sh create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules index 3d25769..f53b577 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/game2006web3"] path = third_party/game2006web3 url = git@git.kingsome.cn:server/game2006web3.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..1e65069 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/boundle.sh \ No newline at end of file diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 120000 index 0000000..a1e0e92 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/ecosystem.config.js \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..c70949a --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..42c0943 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/restart.sh \ No newline at end of file diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..d38ce0b --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit d38ce0b86c7b9262391f48108d808ddb62854760