From 481c277a8259ca53a07a1b16904466135f0db6ff Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 6 Oct 2025 21:09:54 +0000 Subject: [PATCH] docs: Update CI/CD pipeline to use Gitea Actions instead of GitHub Actions --- docs/REMAINING_FEATURES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/REMAINING_FEATURES.md b/docs/REMAINING_FEATURES.md index 2830480..0549cbd 100644 --- a/docs/REMAINING_FEATURES.md +++ b/docs/REMAINING_FEATURES.md @@ -508,7 +508,7 @@ The following critical features have been successfully implemented: - **Frontend**: Port 3030 → web.parentflowapp.com - **Backend**: Port 3020 → api.parentflowapp.com - **Process Manager**: PM2 -- **Deployment Method**: SSH-based CI/CD pipeline +- **Deployment Method**: SSH-based CI/CD pipeline (Gitea Actions) **Current Deployment Strategy**: - **Development Environment**: @@ -536,7 +536,7 @@ The following critical features have been successfully implemented: - ⏳ SSH deployment scripts (pending) **Implementation Tasks**: -- [ ] Create GitHub Actions workflow for production deployment +- [ ] Create Gitea Actions workflow for production deployment - [ ] Configure SSH access to 10.0.0.240 - [ ] Set up production database on 10.0.0.240 - [ ] Create production environment variables