From 7b0f0a2f542c289ca4cdb63d40f539d3106066c4 Mon Sep 17 00:00:00 2001 From: Julie Ng Date: Tue, 12 Jul 2022 15:29:43 +0200 Subject: [PATCH] docs(pipelines): link to video walkthrough on youtube --- azure-pipelines/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines/README.md b/azure-pipelines/README.md index b26178d..ca5244d 100644 --- a/azure-pipelines/README.md +++ b/azure-pipelines/README.md @@ -2,6 +2,13 @@ The pipelines in this repository follow opinionated best practices. They are documented here for reference and easier debugging. +### Video Walkthrough + +And there's a ca. 20 minute video walkthrough explaining the pipelines and why I organize them this way: +[youtube.com/watch?v=e0bF1LlclEs](https://www.youtube.com/watch?v=e0bF1LlclEs) + +[![YouTube Video](https://img.youtube.com/vi/e0bF1LlclEs/0.jpg)](https://www.youtube.com/watch?v=e0bF1LlclEs) + ## File Structure The main pipelines sit in this `azure-pipelines` directory and use subfolders for templating.