Day 30 - Deploying node js application on AWS EC2 using Jenkins, GitHub and Docker
Install Jenkins on Instance
Install Java
sudo apt update
sudo apt install openjdk-11-jre
Verify Java is Installed
java -version
Now, you can proceed with installing Jenkins
curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \
...
anushanayak.hashnode.dev2 min read