posts: Update Done With ConcourseCI
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -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.
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user