root
9060b97178
ci: make Hugo deployment traceable
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 44s
2026-06-02 05:47:54 +08:00
luochen570
f8133f891a
ci: deploy Hugo to k3s via Gitea Actions
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 21m54s
2026-06-01 20:42:48 +08:00
luochen570
fd2371a166
ci: use dind Docker API via gateway IP (port 2375)
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 31s
2026-05-31 03:48:26 +08:00
luochen570
1bd894788a
ci: use buildah instead of docker/podman for daemonless build
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 35s
2026-05-31 03:42:29 +08:00
luochen570
6d7cd108d3
ci: deploy Hugo blog to k3s via Podman + k8s API
...
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
2026-05-31 03:36:25 +08:00
luochen570
d05adc2ffe
ci: add Hugo blog CI/CD to k3s
...
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 4m5s
- Enable Gitea Container Registry
- Dockerfile: nginx:alpine serving hugo public/
- Gitea Actions: build & push image + deploy to k3s
- k8s manifests: namespace hugo, deployment, service, ingress
- RBAC: allow runner to update deployments in hugo ns
- .gitignore: add public/ (CI builds it)
2026-05-31 03:09:14 +08:00