From 8b779d4afe4aec5a7af083a6cb4c2530ce718e24 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 19 Feb 2024 09:16:10 -0600 Subject: [PATCH] add missing more link --- content/micro/thing-a-month-02-06.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/micro/thing-a-month-02-06.md b/content/micro/thing-a-month-02-06.md index 22a632c..97a61d6 100644 --- a/content/micro/thing-a-month-02-06.md +++ b/content/micro/thing-a-month-02-06.md @@ -9,6 +9,8 @@ project = "thing-a-month (meta)" If I’m going to be shipping apps by the end of the month, I’d better get CI set up. I’ve been looking around at different options and found: + + - Argo Workflows. Probably a taste that goes great with Argo CD, but I’d like to source CI steps from the repos and this seems difficult. - Tekton: similar. - Woodpecker: an offshoot of Drone, looks nice, seems to do what I want, but I can’t get the Helm chart working.