Node.js Demo App with CI/CD using GitHub Actions & DockerHub
This is a simple Node.js application that demonstrates how to set up a CI/CD pipeline using GitHub Actions and DockerHub. The pipeline automatically builds, tests, and deploys the Docker image to DockerHub whenever changes are pushed to the main branch. 🔗 GitHub Repository 👉 GitHub: jaspreet237/nodejs-demo-app👉 Youtube Link : https://youtube.com/shorts/Ys0DX15pdaA?feature=share 🛠 Tech Stack 📁 Project Structure nodejs-demo-app/ ├── .github/ │ └── workflows/… Read More »
