Skip to content

Commit 0753770

Browse files
committed
ci: try to install & fix rsync
1 parent f1d996c commit 0753770

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
@@ -83,6 +83,9 @@ jobs:
8383
- add_ssh_keys:
8484
fingerprints:
8585
- "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: echo $REMOTE_HOSTKEY >> ~/.ssh/known_hosts
8689
- run: yarn deploy:cdn
8790

8891
workflows:

0 commit comments

Comments
 (0)