filmov
tv
DevOps: auto deployment (git -- jenkins -- remote server)
Показать описание
In CI/CD pipeline implementation, It's a common scenario that you deploy github code to remote server using jenkins. I started learning DevOps and CI/CD pipeline. This video is recorded while i deployed my first git repo to a remote server. I upload this video to help out those, who are new to DevOps and want to implement this scenario.
Here are the steps used in this scenario:
Step 1: Login to aws console and create an instance
Step 2: create ssh key for jenkins user at system where your jenkins server is running
Step 3: Add jenkins user's public ssh key to authorized keys in remote server
Step 4: create a jenkins job
Jenkins job will deploy code from github to remote server. In this example, I used very common approach poll SCM just to make it simple. You should use github hooks to notify jenkins about new commits on github and trigger jenkins job to deploy new commits to remote server.
You can drop your comments if your get stuck at any step. I'll happy to help you.
Here are the steps used in this scenario:
Step 1: Login to aws console and create an instance
Step 2: create ssh key for jenkins user at system where your jenkins server is running
Step 3: Add jenkins user's public ssh key to authorized keys in remote server
Step 4: create a jenkins job
Jenkins job will deploy code from github to remote server. In this example, I used very common approach poll SCM just to make it simple. You should use github hooks to notify jenkins about new commits on github and trigger jenkins job to deploy new commits to remote server.
You can drop your comments if your get stuck at any step. I'll happy to help you.
DevOps CI/CD Explained in 100 Seconds
5 Ways to DevOps-ify your App - Github Actions Tutorial
CI/CD Explained | How DevOps Use Pipelines for Automation
GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker
DevOps Learning Path for Beginners 👇
How to Power your GitHub Actions workflow with GitLab Auto DevOps
Github Actions CI/CD - Everything you need to know to get started
learn how to create a jenkins pipeline with GitHub webhooks! #devops #jenkins #automation #cicd
DevOps Project #2: Automating Deployment of Global Web Service using Terraform
Branching Strategies on Git | Real-time Git Branching Strategy for a DevOps project
Automatic Deployment With Github Actions
DevOps with GitLab CI Course - Build Pipelines and Deploy to AWS
Deploy NuGet Packages w/ GitHub Actions (Automatic Versioning) - DEVOPS (C#/.NET)
♾️ CICD Explained for Dummies! CICD Pipeline in 60 seconds #devops #cicd
GitLab CI CD Tutorial for Beginners [Crash Course]
Azure DevOps Tutorial for Beginners | CI/CD with Azure Pipelines
Locking Down GitFlow with GitHub, GitLab, and Azure DevOps
Use GitVersion (Mainline development mode) for semantic versioning in Azure DevOps using PR Template
GitHub Actions vs Azure DevOps
DevOps In 5 Minutes | What Is DevOps?| DevOps Explained | DevOps Tutorial For Beginners |Simplilearn
Flux GitOps Tutorial - DevOps and GitOps for Kubernetes
The Complete DevOps Roadmap
Modern DevOps: Deployment Automation
GitHub DevOps Automation AMA: DevOps and Docker Live Show (Ep 169)
Комментарии