fix mi url for updating my blog
This commit is contained in:
parent
cd9783d6df
commit
3f41b3f3f4
|
@ -7,4 +7,4 @@ kubectl rollout status -n apps deployment/christinewebsite
|
||||||
kubectl apply -f ./k8s/job.yml
|
kubectl apply -f ./k8s/job.yml
|
||||||
sleep 10
|
sleep 10
|
||||||
kubectl delete -f ./k8s/job.yml
|
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
|
||||||
|
|
Loading…
Reference in New Issue