-
Notifications
You must be signed in to change notification settings - Fork 0
In this CI/CD, the Jenkins pipeline will deploy React and Node.js project hosted on GitHub. Triggered by GitHub webhook on tag creation event, Jenkins builds the React, transfers it to an EC2 instance. The Node.js is Dockerized, pushed to Docker Hub, and then pulled and run on the EC2 machine.
Divya4242/React-Node-MongoDB-Docker-Project-CICD-JENKINS-EC2-PUBLIC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
In this CI/CD, the Jenkins pipeline will deploy React and Node.js project hosted on GitHub. Triggered by GitHub webhook on tag creation event, Jenkins builds the React, transfers it to an EC2 instance. The Node.js is Dockerized, pushed to Docker Hub, and then pulled and run on the EC2 machine.