Tried searching for this issue but not finding anything relevant.
I’ve been using Netlify for a long time with no problems deploying my sites, but recently I am unable to deploy and unsure why.
Here is an example of a failure, it appears to hang after building and stops short of deploying.
10:53:19 PM: Build ready to start
10:53:20 PM: build-image version: b0258b965567defc4a2d7e2f2dec2e00c8f73ad6
10:53:20 PM: build-image tag: v3.4.1
10:53:20 PM: buildbot version: 0e3cc7aef5c33f731b54ed4b65d515eaab821679
10:53:20 PM: Building without cache
10:53:20 PM: Starting to prepare the repo for build
10:53:21 PM: No cached dependencies found. Cloning fresh repo
10:53:21 PM: git clone https://github.com/bennettfeely/bennett
10:53:22 PM: Preparing Git Reference refs/heads/master
10:53:24 PM: No build command found, continuing to publishing
10:53:28 PM: Finished processing build request in 7.958018777s
And that’s it. This occurs with a git-initiated deploy, when retrying the deploy, and clearing the cache and retrying the deploy.
I’ve tried re-deploying a previously successfully published build and it is hanging there too.
URL is https://bennettfeely.com (bennettfeely.netlify.app)
Thanks a lot!