Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 950 Bytes

using_heroku.md

File metadata and controls

24 lines (17 loc) · 950 Bytes

Using Heroku

A brief guide to maintaining apps deployed using Heroku.

Setup:

Install and Add login credentials for Heroku CLI

Deploying:

Guide

TL;DR

  1. Navigate to your local repo

  2. Create a new Heroku App heroku create

    ALT: If you already have an app on Heroku, add its remote to your git repo:

    git remote add heroku [email protected]:[project].git

  3. Push changes to Heroku git push heroku master (repeat, as necessary)

Useful Add-Ons:

Last updated 12/24/2018.