HOW TO: DEPLOY A RAILS APP (WITH RENDER)
1. deploy on render
follow the official render docs:
render.com/docs/deploy-rails-8
- note: it's free, but your app will only run for a month.
2. other deployment options
-
run your own server: you can deploy rails on your own server. see the official deployment guide:
guides.rubyonrails.org/getting_started.html#deploying-to-production - hack club nest: you can also deploy your app for free using hack club nest!! make sure to join the slack channel (#nest) if you do.