Skip to content

Instantly share code, notes, and snippets.

View davidstosik's full-sized avatar
💤
I may be slow to respond.

David Stosik davidstosik

💤
I may be slow to respond.
View GitHub Profile
@davidstosik
davidstosik / git-deploy
Last active December 21, 2015 18:49 — forked from remino/git-deploy
#!/bin/sh
# git-deploy
#
# - Make sure your deployment environments on Heroku are set as Git remotes:
# git remote add production [email protected]:example-production.git
# git remote add staging [email protected]:example-staging.git
#
# - Have branch names matching those environments:
# git checkout -b production