Github workflow deploy
Does anyone know how to make a Github workflow for deploying to Cloudflare workers?
I have followed this but I don't know how to make a proper CI/CD
https://tanstack.com/start/latest/docs/framework/react/hosting#cloudflare-workers
Hosting | TanStack Start React Docs
Hosting is the process of deploying your application to the internet so that users can access it. This is a critical part of any web development project, ensuring your application is available to the...
1 Reply
genetic-orangeOP•3mo ago
I was able to successfully create a workflow file:
.github/workflows/ci.yml
wrangler.toml for Tanstack Start projects