From a6bb799caaad02f4f7881094751f00344b1c9d23 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Fri, 29 Aug 2025 20:05:03 +0300 Subject: [PATCH] Update sgeupdated pipeline v8 --- .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 8390fc4..b401b86 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -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