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