From 7c9e8dbe07683d19aa10169f9c31802a784d2369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Tue, 4 Jun 2019 17:52:21 +0200 Subject: [PATCH] Updated 20. Azure Devops pipelines (markdown) --- 20.-Azure-Devops-pipelines.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/20.-Azure-Devops-pipelines.md b/20.-Azure-Devops-pipelines.md index c6321af..8023739 100644 --- a/20.-Azure-Devops-pipelines.md +++ b/20.-Azure-Devops-pipelines.md @@ -26,3 +26,12 @@ Each build generates the windows AND linux images (note that we could have two s We have **multiarch tags**, for the tags `dev`, `master` and `latest`, so you don't need to use `win-dev` or `linux-dev`, the tag `dev` will pick the right architecture automatically. Only this three tags have multiarch, **and they are the only tags intended to be used**. The tag `dev` is the most updated. +## Release pipelines + +We have an Azure Devops Release pipeline per microservice. Source artifact for the release is the build. + +All releases pipelines are very similar, as we use Helm to deploy to Kubernetes: + + + +