An ember-cli-deploy addon that allows you to upload the Ember.js index.html file to multiple SSH hosts. Most of the code was taken from https://github.com/green-arrow/ember-cli-deploy-ssh-index and extended to support multiple hosts.
git clone <repository-url>this repositorycd ember-cli-deploy-multi-ssh-indexnpm installbower install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.