This is a unintelligent wrapper that spawns a child process that executes the surge
command line in an ember-cli-deploy pipeline.
- Ember.js v2.18 or above
- Ember CLI v2.13 or above
ember install ember-cli-deploy-surge
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
}
This doesn't have any tests or error handling to speak of, so please do! See the Contributing guide for details.
This project is licensed under the MIT License.