tree-e2e-1770173774/.claude/guides/ops/deploying.md
jordan 50e98ffcc2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-04 02:56:15 +00:00

582 B

Deploying tree-e2e-1770173774

CI/CD Pipeline

Deployments are triggered automatically via Woodpecker CI when changes are pushed to main.

Manual Deployment

For manual deployments:

# Deploy all components
curl -X POST $RDEV_API_URL/projects/tree-e2e-1770173774/deploy \
  -H "X-API-Key: $RDEV_API_KEY"

# Deploy a single component
curl -X POST $RDEV_API_URL/projects/tree-e2e-1770173774/deploy \
  -H "X-API-Key: $RDEV_API_KEY" \
  -d '{"component": "services/auth-api"}'

Environment

Production environment variables are managed via Kubernetes secrets.