Continuous Build and Deploy with GitHub Actions


Details
Speaker: Chris Gomez - Microsoft MVP
Is your code hosted in GitHub? Would you like to have commits checked to make sure they build and deploy properly? Do you want your automated test suite to run as well? This is all possible with GitHub Actions. For some time we've been able to hook into the GitHub workflow at certain points, such as a receiving a new pull request. Now we can take these features end-to-end by building, testing, and deploying code changes right away all within GitHub.
After an overview of GitHub Actions, we'll dig into a sample workflow taking an ASP.NET Core application and having it built, tested, and deployed to Azure Web Apps whenever there is a commit.
Join us LIVE for this special online Philly.NET and Philly Azure event beginning at 7:00 pm US Eastern Time. We expect this online meetup to last about 75 minutes. This is an online-only event and you can join us at:
https://mixer.com/PhillyDotNet
https://twitch.tv/PhillyDotNet
https://youtube.com/PhillyDotNet
We'll respond to questions and your comments from the built-in chat rooms. This event is also posted on the Philly .NET Meetup group. We will try to re-host the streams on Philly Azure as well.

Continuous Build and Deploy with GitHub Actions