Posts

Name.com with Github in 2 steps

Image
  Host ur website of Name.com with Github in 2 steps… Holla, amigos hey,  are you trying to connect your own custom domain (of  Name.com ) with your GitHub repository So this is for you , i won’t take your much time to read other things Rather than getting into work. First thing first : Buy a domain from Name.com ( have already??, that’s great) . if you want to buy then  click here  or goto  https://www.name.com/  its good. Step 1. A.) Go to  https://www.name.com/  and click on   login ZOOM THE PAGE TO SEE IMAGE CONTENT CLEARLY B.) Click on  MY DOMAINS  (orange arrow)  >>>  Click on  Quick links  at the same line of  domain-name  (Example.com/example.vision/example.in whatever you bought or availed from any other sources like  github student program,etc )  >>>  Click on  Manage DNS Rescords ZOOM THE PAGE TO SEE IMAGE CONTENT CLEARLY C.)Now you have to add recor...

Integration of Github, Jenkins, and Docker

Image
Integration of Github, Jenkins, and Docker This is the first task i got in MLOps+DevOps training by LinuxWorld, India. Why we need this project ?🤔🤔🤔 Ans: The industry now need automation in every field, here in this task we are doing the same , now Question arise  HOW?🙄😶  for that we have used  Jenkins  , The popular automation tool which is used for various purposes but here we are using Jenkins to automate the process of whenever developer append to the code/program/app/file the jenkins will automatically upadtae the github repository, for this here we used three jobs😮… what actually are those jobs ?😦🙂  this is the right question… Ans: The  first jobs  is, If Developer push to dev branch then Jenkins will fetch from dev and deploy on dev-docker environment. The  Second  One is ,If Developer push to master branch then Jenkins will fetch from master and deploy on master-docke environment. Both dev-docker and master-docker environment ...