[go: up one dir, main page]

Skip to content

Rajesh

GitLab CI/CD Pipeline for Node.js ๐Ÿš€ Implemented a GitLab CI/CD pipeline to automate building, testing, and deploying my Node.js application.

๐Ÿ”น Pipeline Stages: โœ… Install โ€“ Installs dependencies (npm install) โœ… Test โ€“ Runs automated tests (npm test) โœ… Deploy โ€“ Starts the application (server.js)