CI/CD Pipeline with GitHub Actions
This project demonstrates a basic CI/CD workflow using GitHub Actions for a Node.js + Docker application.
🔧 Tools
- GitHub Actions
- Docker / Docker Compose
✅ Features
- Lint/test/build pipeline on push to
main
- Dockerized local development
- GitHub Actions workflow stored in
.github/workflows/ci.yml
📂 Repo Highlights
Dockerfile
,docker-compose.yml
.github/workflows/ci.yml
src/index.js
(Node.js app)