forked from cadey/xesite
POSSE
This commit is contained in:
parent
d8f2b6f496
commit
ff62f1b23e
|
@ -73,3 +73,8 @@ jobs:
|
||||||
uses: docker://lachlanevenson/k8s-kubectl
|
uses: docker://lachlanevenson/k8s-kubectl
|
||||||
with:
|
with:
|
||||||
args: --kubeconfig=/github/workspace/.kubeconfig delete -f /github/workspace/k8s/job.yml
|
args: --kubeconfig=/github/workspace/.kubeconfig delete -f /github/workspace/k8s/job.yml
|
||||||
|
- name: POSSE
|
||||||
|
env:
|
||||||
|
MI_TOKEN: ${{ secrets.MI_TOKEN }}
|
||||||
|
run: |
|
||||||
|
curl -H "Authorization: $MI_TOKEN" --data "https://christine.website/blog.json" https://mi.within.website/blog/refresh
|
||||||
|
|
Loading…
Reference in New Issue