/GitHub.Experiment.CiCdApproachesWithGitHubActions

Experimenting with the different ways to do CI/CD pipelines using GitHub Actions

Primary LanguagePowerShellMIT LicenseMIT

GitHub Experiment - CI/CD Approaches with GitHub Actions

💬 Description

This repo is used to experiment and explore CI/CD approaches with GitHub Actions.

❓ Why this exists

GitHub Actions is very flexible and configurable, so there are multiple ways we can setup CI (Continuous Integration) and CD (Continuous Deployment) pipelines. This repo is used to experiment and explore different approaches, so we can compare and contrast them to see which approach is best for a given scenario.