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 f1d996c commit 46e5de8Copy full SHA for 46e5de8
.circleci/config.yml
@@ -83,6 +83,9 @@ jobs:
83
- add_ssh_keys:
84
fingerprints:
85
- "f2:a4:32:03:dc:62:7c:dd:0d:99:ce:1c:35:88:2b:1b"
86
+ - run: sudo apt update
87
+ - run: sudo apt-get install rsync
88
+ - run: mkdir -p ~/.ssh/ && echo "$REMOTE_HOSTKEY" >> ~/.ssh/known_hosts
89
- run: yarn deploy:cdn
90
91
workflows:
0 commit comments