cf62c9b8a6
CI/CD Pipeline / Code Quality Check (push) Failing after 1m41s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Backend Images (push) Has been skipped
CI/CD Pipeline / Build Frontend (push) Has been skipped
CI/CD Pipeline / Deploy to Staging (push) Has been skipped
CI/CD Pipeline / Deploy to Production (push) Has been skipped
CI/CD Pipeline / Code Quality Check (pull_request) Failing after 35s
CI/CD Pipeline / Automated Testing (pull_request) Has been skipped
CI/CD Pipeline / Build Backend Images (pull_request) Has been skipped
CI/CD Pipeline / Build Frontend (pull_request) Has been skipped
CI/CD Pipeline / Deploy to Staging (pull_request) Has been skipped
CI/CD Pipeline / Deploy to Production (pull_request) Has been skipped
- Add Gitea Actions workflow - Stage 1: Code quality check (black, isort, mypy, flake8, bandit) - Stage 2: Automated testing (unit + integration tests) - Stage 3: Build backend Docker images - Stage 4: Build frontend static assets - Stage 5: Deploy to staging (develop branch) - Stage 6: Deploy to production (main branch) Also add Git workflow documentation.