This file contains hidden or 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
#!/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 |
NewerOlder