Last active
August 29, 2015 13:59
-
-
Save skvggor/10654381 to your computer and use it in GitHub Desktop.
Heroku configurations and commands.
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
# Create ssh key [public/private] (e.g. heroku_apps and heroku_apps.pub) | |
ssh-keygen -t rsa | |
# Adds private key identities to the authentication agent | |
ssh-add ~/.ssh/heroku_apps | |
# "-l" - lists fingerprints of all identities currently represented by the agent. | |
ssh-add -l | |
heroku keys:add | |
########################## | |
# Create an app | |
heroku apps:create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment