You can use Travis CI to deploy your Ember app to GitHub Pages after a successful build.
Using TravisCI over ember-cli-github-pages
has the advantage of automatically deploying the app for every change pushed to the master
branch.
For a minimal configuration, update your .travis.yml
file: