Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix(ci): Fixes cdn publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Jun 7, 2018
1 parent 26a1ec4 commit 73d0213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
at: ~/podlove-web-player
- restore-cache: *yarn-restore-cache
- run: sudo apt install rsync
- run: rsync.keycdn.com >> ~/.ssh/known_hosts
- run: ssh-keyscan rsync.keycdn.com >> ~/.ssh/known_hosts
- run: yarn dist:clean
- run: BASE="//cdn.podlove.org/web-player/" yarn build
- run: yarn deploy:cdn
Expand Down

0 comments on commit 73d0213

Please sign in to comment.