🔖 升级版本.

This commit is contained in:
lijiahang
2024-05-20 11:26:55 +08:00
parent 4eeedb85de
commit 2fed2aaa34
11 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#/bin/bash
version=2.0.0
version=2.0.1
cp -r ../../sql ./sql
docker build -t orion-visor-mysql:${version} .
rm -rf ./sql

View File

@@ -1,5 +1,5 @@
#/bin/bash
version=2.0.0
version=2.0.1
docker build -t orion-visor-redis:${version} .
docker tag orion-visor-redis:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version}
docker push registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version}

View File

@@ -1,5 +1,5 @@
#/bin/bash
version=2.0.0
version=2.0.1
mv ../../orion-visor-launch/target/orion-visor-launch.jar ./orion-visor-launch.jar
mv ../../orion-visor-ui/dist ./dist
docker build -t orion-visor-service:${version} .