-
-
Save markpundsack/dbabd2919e103453a9c4 to your computer and use it in GitHub Desktop.
Alias heroku for various stages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function hd(){ | |
heroku "$@" --remote development | |
} | |
function hs(){ | |
heroku "$@" --remote staging | |
} | |
function hp(){ | |
heroku "$@" --remote production | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment