Skip to content

Commit

Permalink
Merge pull request #3581 from cunneen/patch-1
Browse files Browse the repository at this point in the history
Update FAQ.md
  • Loading branch information
calavera authored Jul 27, 2023
2 parents c1601f0 + e22425b commit abf2134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ssh-keygen -f deploy_key -N ""
2. Encode it and copy the output into an Environment Variable in the Amplify Hosting (e.g. DEPLOY_KEY)
```sh
cat deploy_key | base64 | tr -d n
cat deploy_key | base64 | tr -d '\n'
```
3. Add the contents of `deploy_key.pub` to the access keys of the private repo that you want to access
Expand Down

0 comments on commit abf2134

Please sign in to comment.