Skip to content

Instantly share code, notes, and snippets.

View shadowdestiny's full-sized avatar

Luis Marin shadowdestiny

View GitHub Profile
@shadowdestiny
shadowdestiny / heroku_commands.sh
Created November 3, 2018 22:01 — forked from 23maverick23/heroku_commands.sh
Bash: Heroku bash commands
# Heroku Django Commands #
# ---------------------- #
# Push local git changes to heroku
git push heroku master
# Login to heroku via toolbelt
heroku login
# View heroku processes