diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-18 13:35:15 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-11-18 13:35:15 -0500 |
| commit | 92d812f74e24ce08775f2d5c51acbe2f17d0f915 (patch) | |
| tree | 6860ae11a6c9ff0558f4db8012494d618151a4cb | |
| parent | 9371e7f848642db0f7447c282bdcc6311c7192a5 (diff) | |
| download | xesite-92d812f74e24ce08775f2d5c51acbe2f17d0f915.tar.xz xesite-92d812f74e24ce08775f2d5c51acbe2f17d0f915.zip | |
yay it works
| -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 5efb8df..4cdaf9d 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -9,4 +9,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" https://mi.within.website/api/blog/refresh +curl --http1.1 -H "Authorization: $MI_TOKEN" https://mi.within.website/api/blog/refresh -XPOST |
