Skip to content

Instantly share code, notes, and snippets.

@mickaellegal
Last active August 29, 2015 13:55
Show Gist options
  • Save mickaellegal/8712918 to your computer and use it in GitHub Desktop.
Save mickaellegal/8712918 to your computer and use it in GitHub Desktop.
Shell: Heroku configuration yHat
Heroku create
git push heroku master
# Wait for the application to upload on heroku
heroku config:set YHAT_USERNAME=your_yhat_username
heroku config:set YHAT_APIKEY=your_yhat_api_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment