Skip to content

Instantly share code, notes, and snippets.

@joakimk
Last active August 29, 2015 14:17
Show Gist options
  • Save joakimk/5efe8d04e526d521e8c6 to your computer and use it in GitHub Desktop.
Save joakimk/5efe8d04e526d521e8c6 to your computer and use it in GitHub Desktop.
Alternate heroku setup for circle
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