diff options
| author | Christine Dodrill <me@christine.website> | 2020-01-11 21:32:47 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-01-11 21:32:47 +0000 |
| commit | ff62f1b23e41a67bcdda54f8f276cee7d9de54fc (patch) | |
| tree | 3caa7ac6eee69aec10d222702c14b0c2a03ab636 /.github | |
| parent | d8f2b6f4969989491ce60e3f4f263c4571245c34 (diff) | |
| download | xesite-ff62f1b23e41a67bcdda54f8f276cee7d9de54fc.tar.xz xesite-ff62f1b23e41a67bcdda54f8f276cee7d9de54fc.zip | |
POSSE
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 007e6f1..515c958 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -73,3 +73,8 @@ jobs: uses: docker://lachlanevenson/k8s-kubectl with: 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 |
