xivapi / vue-xivtooltips

A set of vue components to fetch and display data from xivapi
Apache License 2.0
16 stars 8 forks source link

Automatic deploy from tagged version to CDN #2

Closed ghost closed 4 years ago

ghost commented 4 years ago

Probably just need some more circleci stuff.

ayyaruq commented 4 years ago

Prob best bet here with CircleCI is to have it watch tags to create a release, then point https://cdn.jsdelivr.net/gh/nonowazu/vue-xivtooltips@TAG/dist/vue-xivtooltips.min.{js,css} and it should work by magic provided the dist folder is uploaded properly in the release.

ghost commented 4 years ago

Ay solved with PR #23