From 75633af4050c56a4e4738a35cea47b44e71eeff8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 22 Sep 2023 20:00:58 +0800 Subject: [PATCH] 1 --- boundle.sh | 2 +- ecosystem.config.js | 1 + reload.sh | 2 +- restart.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 ecosystem.config.js diff --git a/boundle.sh b/boundle.sh index b9fd091..f93f5cd 120000 --- a/boundle.sh +++ b/boundle.sh @@ -1 +1 @@ -third_party/tools/scripts/publish_golang/boundle.sh \ No newline at end of file +third_party/tools/scripts/publish_pm2_golang/boundle.sh \ No newline at end of file diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 120000 index 0000000..ba2cdd1 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1 @@ +third_party/tools/scripts/publish_pm2_golang/ecosystem.config.js \ No newline at end of file diff --git a/reload.sh b/reload.sh index 33b560e..40b47b6 120000 --- a/reload.sh +++ b/reload.sh @@ -1 +1 @@ -third_party/tools/scripts/publish_golang/reload.sh \ No newline at end of file +third_party/tools/scripts/publish_pm2_golang/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh index 26e36a5..f890667 120000 --- a/restart.sh +++ b/restart.sh @@ -1 +1 @@ -third_party/tools/scripts/publish_golang/restart.sh \ No newline at end of file +third_party/tools/scripts/publish_pm2_golang/restart.sh \ No newline at end of file