We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562feeb commit 66128ceCopy full SHA for 66128ce
.circleci/config.yml
@@ -108,6 +108,9 @@ jobs:
108
- add_ssh_keys:
109
fingerprints:
110
- "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
114
- deploy:
115
command: sh ./deploy.sh
116
0 commit comments