crowjonah / ember-cli-deploy-surge

ember-cli-deploy plugin for surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ember-cli-deploy plugin for surge.sh

License:MIT License


Languages

Language:JavaScript 100.0%