Last active
August 29, 2015 14:17
-
-
Save joakimk/5efe8d04e526d521e8c6 to your computer and use it in GitHub Desktop.
Alternate heroku setup for circle
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
echo -e "machine api.heroku.com\n login $HEROKU_USER\n password $HEROKU_API_KEY\nmachine code.heroku.com\n login $HEROKU_USER\n password $HEROKU_API_KEY" > ~/.netrc && chmod 0600 /home/ubuntu/.netrc # We want to simply configure the API key, this seems easier than using the regular UI as that requires you to log in as a github user and assign yourself, etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment