foundary-test-1770784989/.claude/guides/ops/deploying.md
jordan b9cd1b3aa1
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Initialize project from skeleton template
2026-02-11 04:44:08 +00:00

597 B

Deploying foundary-test-1770784989

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/foundary-test-1770784989/deploy \
  -H "X-API-Key: $RDEV_API_KEY"

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

Environment

Production environment variables are managed via Kubernetes secrets.