Update sgeupdated pipeline v8
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s
sgeUpdated CI/CD / deploy (push) Successful in 22s

This commit is contained in:
2025-08-29 20:05:03 +03:00
parent a4791d6a57
commit a6bb799caa

View File

@@ -37,8 +37,8 @@ jobs:
cd sge-backend
mvn clean install
cd ..
docker compose build --no-cache backend
docker compose up -d --force-recreate backend
docker compose build --no-cache sge-backend
docker compose up -d --force-recreate sge-backend
fi
# --- Frontend ---
@@ -51,6 +51,6 @@ jobs:
fi
npm run build
cd ..
docker compose build --no-cache frontend
docker compose up -d --force-recreate frontend
docker compose build --no-cache sge-frontend
docker compose up -d --force-recreate sge-frontend
fi