I followed the instrucitons here for my Rails 6.1 app Ruby on Rails Render Deployment | Render
but unfortunately, I can’t seem to deploy it right. the render.yaml in my repo is exactly what you see in the docs, except “mysite” is the name of my actual site
When I go to create the new YAML, it guides me through the steps described. I give it the RAILS_MASTER_KEY that is in config/master.key (not checked into version control), click Apply…
Then it appears to create the database OK
when it goes to create the web service, the deploy fails with
Jan 3 11:11:12 AM RubyGems system software updated
Jan 3 11:11:17 AM ==> Running build command ‘./bin/render-build.sh’…
Jan 3 11:11:17 AM bash: ./bin/render-build.sh: No such file or directory
Jan 3 11:11:17 AM ==> Build failed
I think I missed something? Thanks for your assistance.