HI,
I was able to deploy on May 7. On May 8 my builds started failing. I am able to successfully build locally. the build logs are below. To attempt to get around this i stopped the automatic build and deploy and attempted to deploy from my local command line. I installed netlify-cli v 2.50. I executed netlify login and netlify link. When linking i used the site id. Both commands executed successfully. Then a deployed with the follow command
netlify deploy --prod -d .build --timeout 9999
The command line just hangs at the line āWaiting for deploy to go liveā. I tried cli versions 2.50, 2.49 and 2.21 but all do the same thing. Iām currently using node v10.20.1
site name: https://mymacgym.netlify.app/
build logs:
5:21:42 PM: Build script success
5:21:42 PM: Failing build: Failed to build site
5:21:42 PM: Failed during stage ābuilding siteā: Deploy directory ā.buildā does not exist
5:21:42 PM: Finished processing build request in 46.386728032s
hmm, i think the problem might be with the way you have named your build directory. Iām not sure we handle directory names with dots in them very well. did this used to work?
Hi perry, thank you for responding. Yes it did work before. The automated deploy was working as of May 7. On may 8 it no longer worked. Iāll change the build folder so that it doesnāt start with a ā.ā and see if that works
Thanks perry. i changed my destination folder from ā.buildā to ābuildā. I was able to deploy via the command line. the automated deploys are still failing. the log message states its still looking for ā.buildā. but iām on a path to recovery.
As soon as i clicked the reply button, i thought of the build settings. It was still referencing ā.buildā. I updated it and deployed and everything is working as expected.