BBVAEngineering / ember-cli-polymer-bundler

Use Polymer in your ambitious Ember application! 💎
https://dunnkers.github.io/ember-polymer/
MIT License
1 stars 2 forks source link

Build and publish examples #2

Open adrigzr opened 5 years ago

adrigzr commented 5 years ago

Add task to build and publish examples github page to travis release step.

Addons we can use:

kcmr commented 5 years ago

Why not to use the travis pages provider?

Something like this:

script: npm run build -- -prod

deploy:
  provider: pages
  skip_cleanup: true
  github-token: $GITHUB_TOKEN
  local-dir: dist
  verbose: true
  on:
    branch: master
adrigzr commented 5 years ago

Yeah, that could do the job :)

The requirements are to be able to publish examples, no matter how.