New Deploy for Demo

This commit is contained in:
mr
2026-04-13 16:35:42 +02:00
parent fdd8c6a50d
commit 34f10565c7
32 changed files with 3630 additions and 54 deletions

View File

@@ -16,7 +16,7 @@ cd ./tools && docker compose -f ./docker-compose.dev.yml down --force-recreate
docker compose -f ./docker-compose.dev.yml up --force-recreate -d && docker compose -f ./docker-compose.traefik.yml up --force-recreate -d && cd ..
cd ./db && ./add.sh && cd ..
# cd ./db && ./add.sh && cd ..
cd ../..
@@ -31,7 +31,6 @@ REPOS=(
"oc-schedulerd"
"oc-workflow"
"oc-workspace"
"oc-front"
)
for i in "${REPOS[@]}"
do