From 23d9e65a7f10b1da38833c4befc0440041654eb3 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Fri, 5 Sep 2025 22:55:07 +0300 Subject: [PATCH] update to sgeupdated pipeline v20+++++ --- .gitea/workflows/sgeupdated.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 149babf..46af90c 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -35,14 +35,14 @@ jobs: echo "⚡ Rebuilding Backend..." cd sge-backend /opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests - cd .. + cd ../.. docker compose up -d --build backend echo "⚡ Rebuilding Frontend..." cd sge-frontend - npm install - npm run build - cd .. + # npm install + # npm run build + cd ../.. docker compose up -d --build frontend echo "✅ Deployment complete. Current containers:"