Skip to content

Instantly share code, notes, and snippets.

@Rrishik
Rrishik / deploying_rails_to_heroku.md
Last active May 30, 2017 20:09 — forked from thebucknerlife/deploying_rails_to_heroku.md
A Beginners Guide to Deploying a Rails App on Heroku

Deploying to Heroku

This guide is for a first-time Rails developer to deploy their app to Heroku, a popular web-hosting service with strong Rails support. This guide assumes you already have a Heroku account and have installed the Heroku Toolbelt.

Create Your App and Setup Heroku with Git

  1. Make sure you've setup an SSH key for Heroku. Follow this simple guide to create an SSH key and send it to Heroku if needed: Heroku: Managing Your SSH Keys
  2. Navigate into the folder for your Rails app.