chore: align deployment pipeline with klz-2026 standards
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 54s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

- Add branch deployment support

- Switch build platform to linux/amd64

- Extract checks to turbo pipeline

- Add pre/post-deploy scripts & cms-sync
This commit is contained in:
2026-03-01 00:41:38 +01:00
parent ce63a1ac69
commit 905ce98bc4
25 changed files with 973 additions and 64 deletions

View File

@@ -130,11 +130,7 @@ const jsxConverters: JSXConverters = {
<mdxComponents.IconList>
{node.fields.items?.map((item: any, i: number) => (
// @ts-ignore
<mdxComponents.IconListItem
key={i}
icon={item.icon || "check"}
title={item.title}
>
<mdxComponents.IconListItem key={i} icon={item.icon || "check"}>
{item.description}
</mdxComponents.IconListItem>
))}