更新scripts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 镜像版本,每次更新版本时需要调整
|
||||
ImageVer=2.0.0
|
||||
ImageVer=2.0.2
|
||||
ImageName=neutrino-proxy-client
|
||||
DockerFilePath=$PWD/../../neutrino-proxy-client
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ MODULE_NAME=neutrino-proxy-client
|
||||
deployDir="deploy"
|
||||
clientDeployDir=$deployDir"/client"
|
||||
machine=macos
|
||||
VER=2.0.1
|
||||
VER=2.0.2
|
||||
|
||||
#切到项目根目录
|
||||
cd ../..
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 镜像版本,每次更新版本时需要调整
|
||||
ImageVer=2.0.0
|
||||
ImageVer=2.0.2
|
||||
ImageName=neutrino-proxy
|
||||
DockerFilePath=$PWD/../../neutrino-proxy-server
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ MODULE_NAME=neutrino-proxy-server
|
||||
deployDir="deploy"
|
||||
serverDeployDir=$deployDir"/server"
|
||||
machine=macos
|
||||
VER=2.0.1
|
||||
VER=2.0.2
|
||||
|
||||
#切到项目根目录
|
||||
cd ../..
|
||||
|
||||
Reference in New Issue
Block a user