Skip to content

Commit 1ae9101

Browse files
committed
fly-deploy: drop sitemap cache-warm step
It was hitting labordata.bunkum.us, which still routes to Cloud Run, not the Fly machine — so it was warming the wrong cache and just rate-limiting itself against CF in the process. Once we cut DNS over to Fly we can reintroduce a warmer if useful.
1 parent 5abac80 commit 1ae9101

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/fly-deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,3 @@ jobs:
138138
--data '{"purge_everything":true}')
139139
echo "$response"
140140
echo "$response" | grep -q '"success":true' || { echo "Purge failed"; exit 1; }
141-
142-
- name: Warm cache from sitemap
143-
run: |
144-
curl -fsS https://labordata.bunkum.us/sitemap.xml \
145-
| grep -oE '<loc>[^<]+</loc>' \
146-
| sed 's|<loc>\(.*\)</loc>|\1|' \
147-
| xargs -P 2 -n 1 curl -fsS -o /dev/null

0 commit comments

Comments
 (0)