How GitHub Actions can help in building and deploying a static website and more

How GitHub Actions can help in building and deploying a static website and more

2021-03-06

Related Content

GitHub Issues and GitHub Discussions

GitHub Issues and GitHub Discussions

2020-12-16

GitHub Issues provides a lightweight project backlog with labels, milestones, assignees, and kanban project boards, while GitHub Discussions (launched at GitHub Universe) enables open community conversations through categorised threads for Q&A, ideas, and show-and-tell. This episode demonstrates converting issues to discussions, automating workflows with GitHub Actions issue and project event triggers, and using project board automation rules.

GitHub Universe and GitHub Actions Deployments

GitHub Universe and GitHub Actions Deployments

2020-12-15

In this episode, we're going to be taking a slight detour away from GitHub actions and focus on some of the announcements from GitHub universe last week. We're going to explore them both from the announcements, and also take a look at some of those features that have already been released. Stay tuned!

GitHub Actions and Azure - Deploying .NET Core code to Azure App Service

GitHub Actions and Azure - Deploying .NET Core code to Azure App Service

2020-12-02

You have your .NET Core application code and your Azure App Service infrastructure is ready. Now it's time to wire them together with an automated GitHub Actions deployment pipeline. This episode walks through building a multi-job workflow that compiles, publishes, and deploys your .NET Core app to Azure App Service using publish profiles and GitHub Secrets.