Skip to content

Commit 66128ce

Browse files
author
Ives van Hoorne
committed
Add CodeSandbox to known_hosts
1 parent 562feeb commit 66128ce

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
@@ -108,6 +108,9 @@ jobs:
108108
- add_ssh_keys:
109109
fingerprints:
110110
- "f7:f1:e6:60:96:24:d9:cd:1b:8b:c0:34:e7:ee:fa:82"
111+
- run:
112+
name: Add key to known_hosts
113+
command: echo "ssh.codesandbox.io ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKyKbuMPJSETTyPRRJVOeC5I8j7wyUMW8HYheg7cN71eKTuw55tkoygxI59BvNi/CAyCnRT5LnxZhvrq9nSlPYc=" >> ~/.ssh/known_hosts
111114
- deploy:
112115
command: sh ./deploy.sh
113116

0 commit comments

Comments
 (0)