foundary-test-1770773605/.claude/guides/ops/deploying.md
jordan 75cd7c10d8
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Initialize project from skeleton template
2026-02-11 01:34:24 +00:00

25 lines
597 B
Markdown

# Deploying foundary-test-1770773605
## CI/CD Pipeline
Deployments are triggered automatically via Woodpecker CI when changes are pushed to `main`.
## Manual Deployment
For manual deployments:
```bash
# Deploy all components
curl -X POST $RDEV_API_URL/projects/foundary-test-1770773605/deploy \
-H "X-API-Key: $RDEV_API_KEY"
# Deploy a single component
curl -X POST $RDEV_API_URL/projects/foundary-test-1770773605/deploy \
-H "X-API-Key: $RDEV_API_KEY" \
-d '{"component": "services/auth-api"}'
```
## Environment
Production environment variables are managed via Kubernetes secrets.