Deployment
Deploy Runners with Nitro to various platforms
Guide to deploying Nitro applications with Runners to production.
Vercel
Setup
- Ensure your
nitro.config.tsincludes the Runners module:
- Deploy:
Environment Variables
Set in Vercel dashboard:
RUNNER_REGION- Region identifier (optional, defaults to Vercel region)
Cloudflare Pages
Setup
- Configure Nitro for Cloudflare:
- Deploy:
AWS Lambda
Setup
- Configure for AWS Lambda:
- Deploy:
Docker
Dockerfile
Build and Run
Kubernetes
Deployment YAML
Environment Variables
| Variable | Description | Required |
|---|---|---|
RUNNER_REGION | Region identifier | No (defaults to "us-east-1") |
DEBUG | Enable debug logging | No |
RUNNERS_DEBUG | Enable runner debug logging | No |
Next Steps
- Learn about Configuration
- Check Orchestration for multi-region setup