posts: Update Done With ConcourseCI

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-30 13:43:18 +05:30
parent 8667a83817
commit c4f5c3fe2d
2 changed files with 5 additions and 2 deletions

View File

@@ -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}