-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
🧩 EPIC 6.1 — CI/CD (GitHub Actions)
🎯 Objetivo
Automatizar calidad, tests, build y despliegue del backend y frontend mediante pipelines CI/CD en GitHub Actions.
🧩 Issues asociadas
6.1.1 — Configurar pipeline CI (Backend + Frontend)
- Lint + format
- Tests unitarios
- Tests de integración backend
- Build del frontend
- Validación de tipos TS
- Generación de artefactos (si aplica)
6.1.2 — Configurar pipeline CD Backend
- Deploy automático a servidor (Docker / Fly.io / Railway / VPS)
- Migraciones o inicialización de BD (si aplica)
- Reinicio controlado del servicio
6.1.3 — Configurar pipeline CD Frontend
- Deploy automático a Vercel / Netlify / Cloudflare Pages
- Invalidación de caché
- Previews automáticos por PR
6.1.4 — Automatizar tests en CI
- Tests backend
- Tests frontend
- Tests E2E (opcional)
- Reportes de cobertura
🔗 Dependencias
Depende de:
- Milestone 5 (pruebas completas)
Habilita:
- EPIC 6.2
- EPIC 6.3
Reactions are currently unavailable