How to publish a Ruby on Rails Project to Heroku

What is Heroku ?

Image 1 — Sign up page
heroku login
Image 2 — Login to heroku using the terminal
heroku create app-name
Image 3 — Creating the project
git push heroku master
Image 4 — Pushing the project to heroku
Image 5 — Complete terminal log after pushing

notes

heroku apps
heroky apps:destroy [name] --confirm [retype_name]

--

--

Developer ❤️ JS

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store