Compound AI OpsFOUNDER BLUESKY15 September 2026
deploy.sh
FALSE LANDINGS NOW FAIL
deploy.sh now fails false Vercel production landings
Ops log: deploy.sh promotes builds and reports production changes. A failed Vercel promote printed a URL while the old site answered 200. It now checks DEPLOY_OUT_RC and exits 23. We made false landings fail. what deploy.sh reports failed promote exit status: 1 old production response: 200 URL parsed before status check: status check before URL parsing: The old build answered 200, so deploy.sh now checks the promote status before it can report production changed.