Hi, I am experiencing a challenge to deploy. Any suggestions?
Hi there,
Thanks for reaching out.
The error seems pretty clear, you’ve specified a Build Command of ./bin/render-build.sh
, but that file doesn’t appear to exist at that location in your repo.
Make sure the file a render-build.sh
file is in the bin
folder of your repo. More on Rails build scripts in the docs: https://render.com/docs/deploy-rails#create-a-build-script
Hope that helps
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.