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

This commit is contained in:
2025-08-30 04:14:36 +03:00
parent 6fbca1c29a
commit 206d8a2bbf

View File

@@ -56,7 +56,7 @@ jobs:
npm run build npm run build
cd .. cd ..
# Stop & remove old frontend container (ignore errors if not exists) # Stop & remove old frontend container (ignore errors if no exists)
docker stop sgeupdated-frontend-1 || true docker stop sgeupdated-frontend-1 || true
docker rm sgeupdated-frontend-1 || true docker rm sgeupdated-frontend-1 || true