Cicd

CI/CD pipeline with GitHub Actions. Automated testing, building, deployment. PR checks, auto-merge, release workflow. Don't use for Jenkins or GitLab CI.

neuron-one cb9d008 614 B Updated

File contents

CI/CD with GitHub Actions

PR Pipeline

  1. Lint check
  2. Type check (TypeScript)
  3. Unit tests
  4. Build verification
  5. Security scan (optional)

Deploy Pipeline

  1. Build Docker image
  2. Push to registry
  3. Deploy to server (SSH or webhook)
  4. Health check verification
  5. Rollback on failure

Branch Strategy

  • main: production, protected
  • develop: staging
  • feature/*: development branches
  • hotfix/*: urgent fixes

neuron-one/godmode/tree/main/skills/infrastructure/cicd commit cb9d008680

Frequently asked questions

npx skillmds@latest add neuron-one/cicd