Skip to content

Commit

Permalink
Merge pull request #48 from geerlingguy/patch-5
Browse files Browse the repository at this point in the history
Make sure SSH key has 4096 bits
  • Loading branch information
grasmash committed May 17, 2016
2 parents 8aba258 + d0384d5 commit 1f8ff95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Travis CI can be used to deploy a fully built site artifact (with the docroot) i
1. A pull request is merged into the GitHub repository
2. Travis builds the docroot
3. Travis commits the docroot to a specific "build" branch and pushes to Acquia Cloud

To set up this workflow, you must configure Acquia Cloud, GitHub, and Travis CI to work together. Step-by-step instructions are provided below.


1. Generate an SSH key locally. E.g.,

```
cd ~/.ssh
ssh-keygen -t rsa
ssh-keygen -t rsa -b 4096
```
Do not use a passphrase!
Expand Down

0 comments on commit 1f8ff95

Please sign in to comment.