DEV Community

Cover image for How to Deploy NextJs Project to AWS EC2 With GitHub CI/CD Pipeline
codegirl
codegirl

Posted on

How to Deploy NextJs Project to AWS EC2 With GitHub CI/CD Pipeline

In the fast-paced world of web development, efficiency is key. Every developer loves the auto-deployment process that takes their code from GitHub to production with minimal effort.

In this tutorial blog post, I am going to make developers' lives easy. This will be your easy explanation blog on how you can use the power of GitHub Actions CI/CD to deploy your Next.js app to an AWS EC2 instance.

Read my full tutorial here:

https://www.codegirl0101.dev/2024/04/deploy-nextjs-to-aws-ec2-with-github.html

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video