BMAD-METHOD/.github
Claude 8e6d8fba70
feat: add deployment configuration and CI/CD pipeline
Deployment infrastructure:

- Docker:
  - Dockerfile.api: Multi-stage build for API
  - Dockerfile.web: Multi-stage build for Next.js
  - docker-compose.yml: Development orchestration
  - docker-compose.prod.yml: Production overrides
  - nginx/nginx.conf: Reverse proxy with SSL

- Platform configs:
  - vercel.json: Vercel deployment settings
  - railway.json: Railway deployment settings
  - nixpacks.toml: Nixpacks build config

- CI/CD:
  - .github/workflows/deploy.yml: Full pipeline
    - Lint and type check
    - Unit tests
    - Build verification
    - Auto-deploy to Vercel (frontend)
    - Auto-deploy to Railway (backend)
    - Preview deployments for PRs

- Scripts:
  - scripts/deploy.sh: Manual deploy helper

- Documentation:
  - docs/deployment-guide.md: Complete guide covering
    Vercel+Railway, Docker, Kubernetes options

- Environment:
  - .env.production.example: All production vars documented
2026-01-11 00:12:32 +00:00
..
ISSUE_TEMPLATE feat(quality): add markdownlint-cli2 to quality checks (#1039) 2025-12-06 12:40:07 -06:00
scripts chore(discord): suppress link embeds and handle truncated URLs (#1126) 2025-12-15 07:19:44 +08:00
workflows feat: add deployment configuration and CI/CD pipeline 2026-01-11 00:12:32 +00:00
CODE_OF_CONDUCT.md moved code of conduct to github folder, readme links to it 2025-12-07 14:55:44 -06:00
FUNDING.yaml feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00