修改脚本.

This commit is contained in:
lijiahangmax
2025-07-04 16:30:01 +08:00
parent c39c328488
commit 9fc22d3a2a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
docker compose down
# demo 启动
if [ "$1" == "demo" ]; then
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e
version=1.3.1
docker build -t orion-ops-adminer:${version} .
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e
version=1.3.1
cp -r ../../sql ./sql
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e
version=1.3.1
docker push registry.cn-hangzhou.aliyuncs.com/orionsec/orion-ops-adminer:${version}
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e
version=1.3.1
docker build -t orion-ops-redis:${version} .
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e
version=1.3.1
mv ../../orion-ops-api/orion-ops-web/target/orion-ops-web.jar ./
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
git clean -df
git reset --hard HEAD
git pull