sp3-verify-1770325794/.claude/guides/ops/deploying.md
jordan 286d313d81
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-05 21:09:55 +00:00

25 lines
588 B
Markdown

# Deploying sp3-verify-1770325794
## 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/sp3-verify-1770325794/deploy \
-H "X-API-Key: $RDEV_API_KEY"
# Deploy a single component
curl -X POST $RDEV_API_URL/projects/sp3-verify-1770325794/deploy \
-H "X-API-Key: $RDEV_API_KEY" \
-d '{"component": "services/auth-api"}'
```
## Environment
Production environment variables are managed via Kubernetes secrets.