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
19 lines
193 B
Plaintext
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
|