Update .gitea/workflows/publish.yaml
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 15s
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 15s
This commit is contained in:
@@ -46,4 +46,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Reload Kubernetes pods
|
- name: Reload Kubernetes pods
|
||||||
run: |
|
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
|
||||||
Reference in New Issue
Block a user