slate-final-1770511493/.claude/guides/ops/deploying.md
jordan 0248b8c6e1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-08 00:44:54 +00:00

591 B

Deploying slate-final-1770511493

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/slate-final-1770511493/deploy \
  -H "X-API-Key: $RDEV_API_KEY"

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

Environment

Production environment variables are managed via Kubernetes secrets.