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

Commit

Permalink
feat(cdn-deployment): Publishes web player artefacts to CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Jan 22, 2018
1 parent d402d38 commit b939863
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 23 deletions.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ deployment:
commands:
- yarn dist:clean
- yarn build
- npm publish --access public
- yarn deploy:npm
- yarn deploy:cdn

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"deploy:gh-pages": "scripts/deploy-ghpages.sh dist",
"deploy:version": "scripts/deploy-version.sh",
"deploy:latest": "scripts/deploy-version.sh latest",
"deploy:cdn": "scripts/deploy-cdn.sh",
"deploy:cdn": "rsync -rvt --delete --chmod=D2755,F644 dist/ podlove@rsync.keycdn.com:webplayer/",
"deploy:npm": "npm publish --access public",
"deploy:release": "scripts/deploy-release.sh",
"deploy:surge": "surge --project ./dist --domain podlove-player.surge.sh",
"changelog": "standard-changelog"
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ Have a look on the Trello board to watch the status and progress of your issues:
For contributing to Podlove Web Player documentation, see:<br>
[github.com/podlove/podlove.github.com](https://github.com/podlove/podlove.github.com)

## Support
[![KeyCDN](https://logos.keycdn.com/keycdn-logo-black.svg)](keycdn.com)


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpodlove%2Fpodlove-web-player.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fpodlove%2Fpodlove-web-player?ref=badge_large)
21 changes: 0 additions & 21 deletions scripts/deploy-cdn.sh

This file was deleted.

0 comments on commit b939863

Please sign in to comment.