0.0.6 • Published 5 years ago

ember-cli-deploy-surge v0.0.6

Weekly downloads
59
License
MIT
Repository
github
Last release
5 years ago

ember-cli-deploy-surge

Build Status Ember Observer Score Coverage Status

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.