Cloudflare Pages
Inngest allows you to deploy your event-driven functions to Cloudflare Pages.
Deploying to Cloudflare Pages
- Write your functions
- Serve your functions
- Set environment variables for your deployment
- NODE_VERSION: 16
- INNGEST_SIGNING_KEY: ***- from the Inngest dashboard
- INNGEST_EVENT_KEY: ***- from the Inngest dashboard
Registering your functions
After your code is deployed to Cloudflare Pages, you'll need to register your functions with Inngest. Learn how to register functions with Inngest here.