DevOps CI/CD: Setting up a CI/CD Pipeline
CI/CD concepts and building a deployment pipeline with GitHub Actions for a .NET API.
CI — Continuous Integration is an automated process that builds and tests every change made to a software system. Each time a developer integrates a change into the repository, the CI system automatically triggers a build and test suite to validate that change.
CD — Continuous Delivery (or Continuous Deployment) goes further: after CI confirms the code is correct, CD automatically deploys that code to one or more environments (dev, QA, staging, production).
Sign in to read this course
A free account unlocks all 514 courses. 20 are readable without one.
What's inside
8 sections- 1 Table of Contents
- 2 Introduction and CI/CD Concepts
- 3 Module 1 — Understanding CI/CD and Creating a Repository
- 4 Module 2 — Creating a Deployment Pipeline with GitHub Actions
- 5 Module 3 — Comparing CI/CD Platforms
- 6 Reference Diagrams
- 7 Reference Tables
- 8 Summary and Best Practices
More CI/CD, Git & DevOps Practices courses
View all 26DevOps Foundations: Core Concepts and Fundamentals
Lean software development, what DevOps replaces and how to adopt DevOps in the enterprise.
DevOps Troubleshooting: Planning and Implementing a DevOps Strategy
Audit your current state, run a DevOps pilot and sustain momentum across the organization.
DevOps Troubleshooting: Using Monitoring and Logging
Set up monitoring and logging and integrate observability into CI/CD pipelines.
DevOps Troubleshooting: Security and DevSecOps
Secure cluster access, deployment and runtime, with security scans wired into CI/CD.
Strategic DevSecOps Foundations for Azure Kubernetes Service (AKS)
DevSecOps for AKS — identity, workloads, network, secrets and continuous compliance.
Automating Jenkins with Groovy
Jenkins is a powerful build server, and the main reason for the existence of any build server is to automate processes. When you need to work outside of the standard use cases imagined by...
Interested in this course?
Contact us to book it or get a custom training plan for your team.