From a492cdd7906c075d50635bc7d96404570a120038 Mon Sep 17 00:00:00 2001 From: Lasse Rune Hansen Date: Sun, 7 Jun 2026 16:22:12 +0200 Subject: [PATCH] docs: update ROADMAP to reflect Woodpecker CI/CD instead of GitHub Actions - Update deliverables to mention Woodpecker CI/CD pipeline (self-hosted) - Feature 1.1 and 1.2 both marked as complete Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- docs/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 0ddab7d..b57e1b2 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -41,7 +41,7 @@ Establish the technical foundation for the entire application, including backend - ✅ Working .NET 9.0 backend project - ✅ PostgreSQL database with schema - ✅ Docker containers for all services -- ✅ GitHub Actions CI/CD pipeline +- ✅ Woodpecker CI/CD pipeline (self-hosted) - ✅ Authentication endpoints (register, login, logout) - ✅ JWT token generation and validation - ✅ Development environment setup guide