ci: deploy Hugo blog to k3s via Podman + k8s API
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 23s

- Use Podman (daemonless) instead of Docker for building images
- kubeconfig stored as Gitea secret KUBECONFIG_B64
- RBAC: hugo-deployer SA for k8s API access
- Gitea Registry enabled for container storage
This commit is contained in:
luochen570
2026-05-31 03:36:25 +08:00
parent d05adc2ffe
commit 6d7cd108d3
3 changed files with 88 additions and 17 deletions

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@ Thumbs.db
# Hugo cache
.hugo_build.lock
resources/_gen/
deploy/kubeconfig.json