Episode

Deploying to Azure with GitHub Actions

GitHub Actions lets you take code in your GitHub repository and add automation around it.  You can create workflows that respond to issue comments, handle pull requests, or perform CI/CD on macOS, Windows and Linux.  It's easy to create workflows that build your code to validate pull requests or deploy it when you create a release.

Jump To:

  • [01:25] - What is GitHub Actions?
  • [03:50] - Demo: Getting started with GitHub Actions

  • [08:38] - Demo: add a deployment workflow

  • [12:26] - Extending GitHub Actions

Learn More:

DevOps Lab Favorite Links: