update to sgeupdated pipeline v20++++++

This commit is contained in:
2025-09-05 23:07:35 +03:00
parent 4f4c2e2ce5
commit 5da26152a9

View File

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