Update sgeupdated pipeline v5
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s
sgeUpdated CI/CD / deploy (push) Successful in 22s

working on updating the docker
This commit is contained in:
2025-08-29 19:09:11 +03:00
parent a1c0f71fbf
commit 991aef0417

View File

@@ -37,7 +37,8 @@ jobs:
cd sgeUpdated-backend cd sgeUpdated-backend
mvn clean install mvn clean install
cd .. cd ..
docker compose up -d --build --force-recreate backend docker compose build --no-cache backend
docker compose up -d --force-recreate backend
fi fi
# --- Frontend --- # --- Frontend ---
@@ -50,5 +51,6 @@ jobs:
fi fi
npm run build npm run build
cd .. cd ..
docker compose up -d --build --force-recreate frontend docker compose build --no-cache frontend
docker compose up -d --force-recreate frontend
fi fi