From c4f5c3fe2d56a6f21887f1553a7d7a934444b1db Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Sun, 30 Oct 2022 13:43:18 +0530 Subject: [PATCH] posts: Update Done With ConcourseCI Signed-off-by: Amneesh Singh --- posts/done-with-concourse-ci.org | 5 ++++- src/site.hs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/posts/done-with-concourse-ci.org b/posts/done-with-concourse-ci.org index 7a28cf1..b5edddf 100644 --- a/posts/done-with-concourse-ci.org +++ b/posts/done-with-concourse-ci.org @@ -3,7 +3,7 @@ title: I am done with ConcourseCI author: natto tags: ci, devops, concourse published: October 20, 2022 -modified: October 25, 2022 +modified: October 29, 2022 enabletoc: true --- @@ -36,3 +36,6 @@ Okay so I spent an entire day experimenting; and while Woodpecker is very promis * UPDATE 3 What timing! It is here, they added architecture specification for the registry image resource [[https://github.com/concourse/registry-image-resource/pull/36][here]]. I might go back to concourse in a few days and make a Gitea status resource. + +* UPDATE 4 +I am dropping the idea of self hosting CI/CD for now because come on, who am I fooling here? I have never written a single code that requires CI/CD and when I do write such a thing, I might as well just use GitHub Actions. diff --git a/src/site.hs b/src/site.hs index 1c9c174..8e668d0 100644 --- a/src/site.hs +++ b/src/site.hs @@ -189,7 +189,7 @@ defaultCtx = domainCtx :: Context String domainCtx = constField "domain" domain subdomains :: [Item String] - subdomains = map mkItem ["git", "nomad", "consul", "vault", "ci", "radio"] + subdomains = map mkItem ["git", "nomad", "consul", "vault", "radio"] where mkItem :: a -> Item a mkItem a = Item {itemIdentifier = "subdomain", itemBody = a}