Update sgeupdated pipeline v3

This commit is contained in:
2025-08-29 00:11:13 +03:00
parent 593e5ceb6a
commit 8cdc00f921

View File

@@ -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