From 3c86e9eba918025532521cf83320f9ac1550b978 Mon Sep 17 00:00:00 2001 From: "Eric X. Liu" Date: Sat, 20 Dec 2025 01:53:04 +0000 Subject: [PATCH] Update .gitea/workflows/publish.yaml --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index e371217..53c53cb 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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 \ No newline at end of file + curl -X DELETE https://10.10.0.10:6443/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer ${{ secrets.HUGO_K8S_TOKEN }}" --insecure \ No newline at end of file