feat: enhance CI/CD workflow for frontend build and deployment
Build and deploy / build (push) Failing after 28s
Build and deploy / deploy (push) Has been skipped
Test / test (push) Successful in 15s

This commit is contained in:
Artem Kashaev
2025-12-01 14:32:27 +05:00
parent 9a2a2f6adc
commit 16479ba85b
2 changed files with 46 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@ services:
ANALYTICS_CACHE_BACKOFF_MS: ${ANALYTICS_CACHE_BACKOFF_MS}
ports:
- "80:8000"
volumes:
- ./frontend/dist:/opt/app/frontend/dist:ro
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8000/health"]
interval: 30s