Update .gitea/workflows/publish.yaml
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 15s

This commit is contained in:
2025-12-20 01:53:04 +00:00
parent 34aa99a15d
commit 3c86e9eba9

View File

@@ -46,4 +46,4 @@ jobs:
- name: Reload Kubernetes pods
run: |
curl -X DELETE https://k8s.local:6443/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer ${{ secrets.HUGO_K8S_TOKEN }}" --insecure
curl -X DELETE https://10.10.0.10:6443/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer ${{ secrets.HUGO_K8S_TOKEN }}" --insecure