Skip to content

Commit bc198b2

Browse files
committed
Add new CircleCI key
1 parent e253e29 commit bc198b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
- add_ssh_keys:
2222
fingerprints:
2323
# repo-specific deploy key
24-
- "6f:c2:ae:f9:8e:45:e9:17:82:ea:d0:8b:66:93:11:88"
24+
# generate via `ssh-keygen -t ed25519 -C "[email protected]"`
25+
# Public key goes here: https://github.com/darklang/docs/settings/keys
26+
# Private key goes here: https://app.circleci.com/settings/project/github/darklang/docs/ssh
27+
# Fingerprint from CircleCI goes below
28+
- "91:e9:87:60:10:f7:ad:a1:af:42:62:09:78:e7:b3:f0"
2529
- checkout
2630
- run:
2731
name: Deploying to GitHub Pages

0 commit comments

Comments
 (0)