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