diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-18 12:18:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 12:18:24 -0500 |
| commit | f643496416c75ea468ffd866ccfee6436a3912f0 (patch) | |
| tree | 902a3b987474906360544c55bd28b96f9e2bb44a /scripts | |
| parent | 089b14788dbc0fe9a6b3a9263d5926a27c96f237 (diff) | |
| download | xesite-f643496416c75ea468ffd866ccfee6436a3912f0.tar.xz xesite-f643496416c75ea468ffd866ccfee6436a3912f0.zip | |
various updates (#263)
* various updates
* fix glory shot
* fix mi url for updating my blog
* fix CI
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 544df55..9510d39 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -7,4 +7,4 @@ kubectl rollout status -n apps deployment/christinewebsite kubectl apply -f ./k8s/job.yml sleep 10 kubectl delete -f ./k8s/job.yml -curl --http1.1 -H "Authorization: $MI_TOKEN" --data "https://christine.website/blog.json" https://mi.within.website/blog/refresh +curl --http1.1 -H "Authorization: $MI_TOKEN" https://mi.within.website/api/blog/refresh |
