Skip to content

htdc/ember-cli-deploy-front-end-builds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front end builds (Ember.JS)

If you are deploying an Ember.JS application to a front end builds server then you should probably check out the Front end builds pack.

Configuration

config/deploy.js has the following options.

Property Type Required Example Notes
app string Yes my-blog The name of your application on the front end builds server.
endpoint string Yes http://www.ted.com The hostname where you front end builds server lives.
privateKey string No /home/me/feb.key The path to the private key used to sign your builds.
requestOptions object No {} Additional params to pass to the node-fetch options object.

Example config

// config/deploy.js

ENV["front-end-builds"] = {
  app: "my-blog",
  endpoint: "http://www.ted.com",
  privateKey: process.env.FEB_DEPLOY_KEY,
};

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

An ember-cli-deploy plugin for front_end_builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • HTML 13.8%
  • Other 1.3%