From 5da26152a97266770fdabbe2f72ca9dc9d70dbd6 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Fri, 5 Sep 2025 23:07:35 +0300 Subject: [PATCH] update to sgeupdated pipeline v20++++++ --- .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 b0b3d9f..ed40a11 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -33,13 +33,13 @@ jobs: git reset --hard origin/main echo "⚡ Rebuilding Backend..." - cd sge-backend + cd sgeUpdated/sge-backend /opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests cd ../.. docker compose up -d --build bgreen-backend echo "⚡ Rebuilding Frontend..." - cd sge-frontend + cd sgeUpdated/sge-frontend # npm install # npm run build cd ../..