Files
hugo-blog/.gitignore
luochen570 6d7cd108d3
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 23s
ci: deploy Hugo blog to k3s via Podman + k8s API
- 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

19 lines
193 B
Plaintext

# Hugo output - built by CI
/public/
# OS junk
.DS_Store
Thumbs.db
*.swp
*.swo
# Editor
.idea/
.vscode/
*.code-workspace
# Hugo cache
.hugo_build.lock
resources/_gen/
deploy/kubeconfig.json