How to Deploy a Full-Stack Next.js App on Cloudflare Workers with GitHub Actions CI/CD

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MyrinNew
    Senior Member
    • Feb 2024
    • 5175

    #1

    How to Deploy a Full-Stack Next.js App on Cloudflare Workers with GitHub Actions CI/CD


    I typically build my projects using Next.js 14 (App Router) and Supabase for authentication along with Postgres. The default deployment choice for a Next.js app is usually Vercel, and for good reason:


    More...
Working...