update to sgeupdated pipeline v20++++++
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 23s

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 git reset --hard origin/main
echo "⚡ Rebuilding Backend..." echo "⚡ Rebuilding Backend..."
cd sge-backend cd sgeUpdated/sge-backend
/opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests /opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests
cd ../.. cd ../..
docker compose up -d --build bgreen-backend docker compose up -d --build bgreen-backend
echo "⚡ Rebuilding Frontend..." echo "⚡ Rebuilding Frontend..."
cd sge-frontend cd sgeUpdated/sge-frontend
# npm install # npm install
# npm run build # npm run build
cd ../.. cd ../..