From 8cdc00f921176fb357de85c5916bce9e381218b7 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Fri, 29 Aug 2025 00:11:13 +0300 Subject: [PATCH] Update sgeupdated pipeline v3 --- .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 c0970e2..b6cbe7d 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -37,7 +37,7 @@ jobs: cd sgeUpdated-backend mvn clean install cd .. - docker compose up -d --build Dockerfile + docker compose up -d --build backend fi # --- Frontend --- @@ -50,5 +50,5 @@ jobs: fi npm run build cd .. - docker compose up -d --build Dockerfile + docker compose up -d --build frontend fi