From 089b14788dbc0fe9a6b3a9263d5926a27c96f237 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 9 Nov 2020 13:00:25 -0500 Subject: nixops services blogpost (#259) --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/release.sh b/scripts/release.sh index 4a77c55..544df55 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 -H "Authorization: $MI_TOKEN" --data "https://christine.website/blog.json" https://mi.within.website/blog/refresh +curl --http1.1 -H "Authorization: $MI_TOKEN" --data "https://christine.website/blog.json" https://mi.within.website/blog/refresh -- cgit v1.2.3