/actions-cake-demo

Demo project using GitHub Actions and Cake to build & deploy a .NET Core website to Azure App Services

Primary LanguagePowerShellMIT LicenseMIT

actions-cake-demo

GitHub Actions Status For Build Workflow GitHub Actions Status For Build & Deploy Workflow Dependabot Status

This is a sample project using GitHub Actions and Cake to build & deploy a .NET Core site to Azure App Services.

Deployment

A deployment is started by using the command /github deploy xt0rted/actions-cake-demo in Slack which kicks off a GitHub Deployment. The deploy workflow then runs which builds, packages, and deploys the site to Azure App Services. Finally the result of the deploy is reported back to the GitHub Deployment which is shown both in Slack and under the Deployments section.

The deployed site is located at https://actions-cake-demo.azurewebsites.net.