Ember CLI Deploy plugin to deploy to surge.sh.
npm install ember-cli-deploy-surgeember-cli-deploy-surge
==============================================================================
  
This is a unintelligent wrapper that spawns a child process that executes the surge command line in an ember-cli-deploy pipeline.
Compatibility
------------------------------------------------------------------------------
* Ember.js v2.18 or above
* Ember CLI v2.13 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-cli-deploy-surge
Usage
------------------------------------------------------------------------------
In your Ember app's config/deploy.js file, you must define domain and can optionally set project```
ENV['surge'] = {
domain: 'https://example-domain.surge.sh',
project: 'tmp/deploy-dist/' // this is the default, matching ember-cli-deploy-build
}
Contributing
------------------------------------------------------------------------------
This doesn't have any tests or error handling to speak of, so please do!
See the Contributing guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the MIT License.