RRRushikesh Rawoolinrushikesh-rawool.hashnode.dev·Dec 31, 2024 · 1 min readGo-Web-App-DevopsifiedTest the app on local machine See the output on the browser00
RRRushikesh Rawoolinrushikesh-rawool.hashnode.dev·May 5, 2024 · 2 min readNode app Deployment using Jenkins AgentFirst, we will setup Jenkins Agent To setup an agent, the Master and Agent nodes must connected using SSH. We need to add the Master node's public key into the Agent node's authorized keys. On Master node... go to /home/ubuntu/.ssh select .pub key ...00
RRRushikesh Rawoolinrushikesh-rawool.hashnode.dev·May 2, 2024 · 2 min readJenkins Project with Declarative PipelineFor Jenkins Installation see my blog at below link: react-django-to-do-app-using-jenkins Select 'Create a job' Select Pipeline Select GitHub project Select GitHub hook trigger for GITScm polling Pipeline script in Groovy Syntax ...00
RRRushikesh Rawoolinrushikesh-rawool.hashnode.dev·Apr 26, 2024 · 4 min readProject On Terraform ModuleWhat Is a Terraform Module? In Terraform, Modules are groups of .tf files that are kept in a different directory from the configuration as a whole. A module’s scope encompasses all of its resources. So, if the user needs information about the resour...00
RRRushikesh Rawoolinrushikesh-rawool.hashnode.dev·Feb 21, 2024 · 1 min readNode To-Do App Deployment using JenkinsSelect Jenkins Freestyle Project Select GitHub project and provide your github project URL Provide GitHub Repository URL... Branches to build Build Trigger--Select 'GitHub hook trigger for GITScm polling' For automatic deployment...00