CI/CD pipeline

  • October 21, 2022
  • Yousuf Imam

How to use GitHub Actions to create a CI/CD pipeline

Continuous Integration/Continuous Delivery (CI/CD) has always been, and still is, the responsibility of DevOps professionals.  But now that GitHub has CI/CD capabilities thanks to GitHub Actions, it’s simpler than ever to integrate CI/CD into your process model directly from your GitHub repo. Step 1: Create or choose a repository It might sound very simple, but choosing or creating a GitHub repository is the first step in setting up […]

Read More