Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s
This commit is contained in:
parent
e562019b40
commit
1f5623a4fd
@ -31,8 +31,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.SSH_KEY }}
|
deploy_key: ${{ secrets.SSH_KEY }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
|
|
||||||
- name: Delete Kubernetes pod
|
|
||||||
run: |
|
|
||||||
curl -X DELETE ${{ secrets.APISERVER }}/api/v1/namespaces/Hugo/pods/ \
|
|
||||||
--header "Authorization: Bearer ${{ secrets.TOKEN }}" --insecure
|
|
Loading…
Reference in New Issue
Block a user