Act I · Deployment
The Gates Hold Fast
Vercel production deploy is still failing from GH. try again here locally.
The Vercel production deploy had fallen to a rate-limit wall — api-upload-free capped at 5,000 file uploads. The build passed cleanly; the fault lay in the delivery path. The CLI uploads each output file individually, and the free tier simply ran dry.
Added --archive=tgz to both vercel-production.yml and vercel-preview.yml, bundling hundreds of file uploads into a single tarball. The account-wide cooldown (~3 hours) still held, but future deploys would never hit the cap again.