Skip to content

Commit 94f268e

Browse files
committed
Add deploy key with write access to repo for deploying to GH Pages
I followed these instructions [1] to create the key and add it to GitHub and CircleCI. [1]: https://circleci.com/docs/2.0/gh-bb-integration/#creating-a-github-deploy-key
1 parent adc052a commit 94f268e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
- checkout
135135
- *restore_npm_cache
136136
- *restore_build_cache
137+
- add_ssh_keys:
138+
fingerprints:
139+
- "27:82:d3:24:48:41:aa:7c:94:40:54:d9:1e:43:d2:9b"
137140
- run: |
138141
git config --global user.email $(git log --pretty=format:"%ae" -n1)
139142
git config --global user.name $(git log --pretty=format:"%an" -n1)

0 commit comments

Comments
 (0)