Update sgeupdated pipeline v3
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 5s
sgeUpdated CI/CD / deploy (push) Successful in 21s

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 cd sgeUpdated-backend
mvn clean install mvn clean install
cd .. cd ..
docker compose up -d --build Dockerfile docker compose up -d --build backend
fi fi
# --- Frontend --- # --- Frontend ---
@@ -50,5 +50,5 @@ jobs:
fi fi
npm run build npm run build
cd .. cd ..
docker compose up -d --build Dockerfile docker compose up -d --build frontend
fi fi