Skip to content

Instantly share code, notes, and snippets.

View eliflores's full-sized avatar

Eli Flores eliflores

View GitHub Profile
@katlandreth
katlandreth / environments-on-heroku.md
Last active November 6, 2022 18:15
Create Staging and Production apps on Heroku with corrisponding git branches

##Set-up

  • create a heroku account
  • install the heroku toolbelt: https://toolbelt.heroku.com/
  • log into heroku via the commandline with heroku login and enter your credentials.
  • add your AWS (or other) keys to the heroku environment (I did this from the webapp -from your apps list, click on your appname, then Settings > Reveal Config Vars and add your config variables)

##Create your app

  • in your terminal, cd to your app on your local machine