From 4f4c2e2ce5bed1abc3d91d91e64aeca2752699d1 Mon Sep 17 00:00:00 2001 From: Khaled Date: Fri, 5 Sep 2025 23:01:04 +0300 Subject: [PATCH] Update .gitea/workflows/sgeupdated.yml --- .gitea/workflows/sgeupdated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 46af90c..b0b3d9f 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -36,14 +36,14 @@ jobs: cd sge-backend /opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests cd ../.. - docker compose up -d --build backend + docker compose up -d --build bgreen-backend echo "⚡ Rebuilding Frontend..." cd sge-frontend # npm install # npm run build cd ../.. - docker compose up -d --build frontend + docker compose up -d --build bgreen-frontend echo "✅ Deployment complete. Current containers:" docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}' \ No newline at end of file