From b815db3f63100939fded22ccc4d5b6a69fc2f1b2 Mon Sep 17 00:00:00 2001 From: Colin Dembovsky Date: Thu, 22 Apr 2021 10:18:49 -0500 Subject: [PATCH] Updated Deployment With GitHub Actions (markdown) --- Deployment-With-GitHub-Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment-With-GitHub-Actions.md b/Deployment-With-GitHub-Actions.md index b2ae96c..96baed1 100644 --- a/Deployment-With-GitHub-Actions.md +++ b/Deployment-With-GitHub-Actions.md @@ -1,4 +1,4 @@ -# Deploying to Azure Kubernetes Services using GitHub Actions +# Deploy to Azure Kubernetes Services using GitHub Actions The [build page](https://github.com/dotnet-architecture/eShopOnContainers/wiki/GitHub-Actions) describes how Github Actions are used to build code for each of the `eShopOnContainers` microservices. These YAML files compile the code and create new container images which are pushed to a container registry. However, this does not deploy the container images to the Kubernetes cluster.