0.0.6 • Published 7 years ago
ember-cli-deploy-surge v0.0.6
ember-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-surgeUsage
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.