Compound AI OpsFOUNDER PEERLIST15 September 2026
Deploy runner
FAILED PROMOTES NO LONGER LAND
Compound Labs' deploy runner rejects failed promotes
Compound Labs' deploy runner marked production changed after a failed promote, while the live site stayed on the old build. Vercel returned a failure but still printed a deployment URL, so the script extracted it and wrote LANDED. The verify step saw 200 from the old build. We now check the promote result before reading the URL, and exit 23 before deploy_landed when it fails. what the runner treated as landed failed promote: successful promote: rate-limited promote: The runner now records production as changed only after the promote succeeds.