π Day 44 β CI/CD Pipeline for Node.js App Deployment with Jenkins + PM2 on AWS EC2
π Introduction Manually deploying Node.js apps by logging into EC2, pulling code, and restarting processes is slow and error-prone. To solve this, today I built a Jenkins CI/CD pipeline that automatically: Pulls code from GitHub Uploads it to an E...
Sep 23, 20253 min read6

