Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 920 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 920 Bytes

GitHub Actions Workshop

In this lab, you will be deploying a web application to an Azure Web App using GitHub Actions.

The architecture looks like this:

Learning Objectives

By the end of this lab, you will have learned:

  1. What GitHub Workflows are and what you can do with them
  2. How to write a workflow file
  3. What events can trigger a workflow
  4. How to search the GitHub Actions marketplace for pre-built actions
  5. How to use Actions to deploy applications to Azure

Links to the labs are below, and these are sequential - please ensure you do them in order.

Lab 0 - Pre-requisites

Lab 1 - Getting Started with Actions

Lab 2 - GitHub Actions & Secrets

Lab 3 - Azure Web Apps & Container Registry

Lab 4 - GitHub Environments