philiphacks / ember-cli-deploy-multi-ssh-index

An ember-cli-deploy addon that allows you to upload the Ember.js index.html file to multiple SSH hosts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember-cli-deploy-multi-ssh-index

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.

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-deploy-multi-ssh-index
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

About

An ember-cli-deploy addon that allows you to upload the Ember.js index.html file to multiple SSH hosts.

License:MIT License


Languages

Language:JavaScript 91.5%Language:HTML 8.5%