Modern Software Engineering

VT12 GitHub Actions

07/18/2023

1:30pm - 2:45pm

Level: Intermediate to Advanced

Mickey Gousset

DevOps Architect

GitHub

GitHub Actions is GitHub's workflow automation engine, allowing you to automate almost anything related to GitHub. It is also the #1 CI/CD system used on GitHub. You take tasks, called "actions", and combine them to create custom workflows to do things such as build/deploy code. In this session, you will learn about GitHub Actions, and walk away with workflows and ideas that you can use in your own projects immediately.

You will learn:

    What GitHub Actions is

    How to how to deploy applications using GitHub Actions

    How to build/deploy a .NET app using GitHub actions