Skip to content

SSCE-UB/devops-cicd-presentation

Repository files navigation

CI/CD Workshop

CI/CD (Continuous Integration and Continuous Deployment) are practices that automate the process of building, testing, and deploying software to ensure faster, more reliable delivery.

  • Continuous Integration (CI): Regularly merging code changes into a shared repository and automatically testing them. This helps detect issues early and prevents integration problems.
  • Continuous Deployment (CD): Automatically deploying code changes to production after successful testing, ensuring quick and consistent delivery to users.

Goals of the Workshop:

  • Understand the key concepts of CI/CD.
  • Set up a simple CI pipeline using GitHub Actions.
  • Automate testing and deployment processes.

![[Pasted image 20250503130353.png]]

About

DevOps and CI/CD presentation materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages