I need advice to debug a deploy…
My basic deploy settings look like this:
Base directory middleman
Build command middleman build
Publish directory middleman/build/
All of the middleman part seems to go OK (loading gems, creating files), but then at the end it says the “build” directory does not exist.
8:59:57 AM: Build script success
8:59:57 AM: Failing build: Failed to build site
8:59:57 AM: failed during stage ‘building site’: Deploy directory ‘build/’ does not exist
Later on, I’ll try a local build following the instructions given, but this morning I wanted to just push out a quick build and hit this failure.