Skip to content

Improve generate key instructions #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Based on [http://stackoverflow.com/a/29677091/3303182](http://stackoverflow.com/

For this example I will assume that you named the key `deploy_key`.

**Note:** Make sure key doesn't have a passphrase since it is unattended. Better if you create a separate SSH key for just this operation, which would make it easy to revoke if compromised at a later date.

- Add the ssh key to your private repository account.

* Github: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
Expand Down