Setting Up Node.js CI/CD on EC2 with GitHub Actions and Nginx
Continuous Integration and Continuous Deployment (CI/CD) helps automate the process of testing and deploying code to production. In this blog, we’ll walk through setting up a CI/CD pipeline for a Node.js application using GitHub Actions and deploying...
Oct 10, 20248 min read846
