Commit Graph

16 Commits

Author SHA1 Message Date
luochen570
3b1615e5af ci: link container package to repository
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 1m51s
2026-06-02 09:47:38 +08:00
luochen570
63d9451483 fix: install compatible hugo in ci
All checks were successful
Deploy Hugo Blog to k3s / build-and-deploy (push) Successful in 2m14s
2026-06-02 08:55:10 +08:00
luochen570
a2aec46cc0 fix: prevent nginx default page in hugo image
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 24s
2026-06-02 08:47:13 +08:00
luochen570
06185c71d7 ci: proxy kubectl download
All checks were successful
Deploy Hugo Blog to k3s / build-and-deploy (push) Successful in 1m21s
2026-06-02 08:37:16 +08:00
luochen570
ae4f020bb2 ci: use cluster mihomo proxy
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 6s
2026-06-02 07:57:38 +08:00
root
02c77f9730 ci: avoid ip dependency for Docker endpoint
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 12s
2026-06-02 06:03:39 +08:00
root
d175e4cca2 ci: detect Docker endpoint in runner job
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 15s
2026-06-02 06:02:35 +08:00
root
e575130444 ci: install Hugo from apt fallback first
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 13s
2026-06-02 06:01:26 +08:00
root
cc1f554dec ci: make Hugo download resilient
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 1m36s
2026-06-02 05:58:36 +08:00
root
cd4b859744 ci: keep Gitea checkout action
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 10s
2026-06-02 05:57:13 +08:00
root
9060b97178 ci: make Hugo deployment traceable
Some checks failed
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
Some checks failed
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)
Some checks failed
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
Some checks failed
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
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
2026-05-31 03:36:25 +08:00
luochen570
d05adc2ffe ci: add Hugo blog CI/CD to k3s
Some checks failed
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