surge.sh Zero-bullshit, single–command, bring your own source control web publishing CDN. Yes, it's free. Surge Docs
From within your Ember CLI application run:
For ember-cli >= 0.2.3, run:
ember install ember-cli-surge
Otherwise, for ember-cli 0.1.5 - 0.2.3, run:
ember install:addon ember-cli-surge
ember surge
This command will build your ember app using the production environment.
Then deploy that code from your dist
folder
to the url <your-project-name>.surge.sh
The domain name that your project builds can update in the CNAME
file.
Make sure your domain is <something>.surge.sh
.
For more info look at the Surge Docs
npm test
MIT