I’ve been happily deploying infrequent changes to a medium-sized site (~1000 files, almost all images) using netlify-cli for nearly two years. My last successful deploy was Dec 4, a couple of weeks ago. In the last 24 hours attempted deploys of tiny (2 files) changes have each hung in my command prompt at the “Waiting for deploy to go live…” step, timing out after 20 minutes. In my admin dashboard, in my site’s list of deploys, they remain in an “in process” status, with a log of a single line of “There is no log for this deploy.”
One other weird thing, possibly related: Netlify’s excellent hash/compare technique of only uploading changes usually gives me the reassuring “CDN requesting N files” so that if N doesn’t match what I think it should be then I know I’ve done something stupid and can go fix it. However, while N should be 2 in my current attempt, it’s being reported as 0. In any case, it still goes through the hashing/requesting/uploading steps but hangs on the deploy step.
If this were a new site I might try rebuilding from scratch, possibly via Git. But it’s live, so I’ve got to be careful about what I do and a wholesale rebuild isn’t feasible.
Suggestions greatly appreciated. Thanks!