iheanyi / ember-cli-deploy-digitalocean

Deploy your FastBoot Ember applications to DigitalOcean droplets. www.digitalocean.com
MIT License
22 stars 4 forks source link

Ember-cli-deploy-digitalocean

This README outlines the details of collaborating on this Ember addon.

Installation

Environment Variables

Deploying

Run ember do:provision in order to provision a droplet for usage with FastBoot. Note: The best droplet image to use is the Node one-click installer. This step must be run in order for FastBoot to work correctly on your droplet. After this is setup, just run ember deploy <environment> and you're good to go.

Note

Please make sure you also have ember-cli-deploy-build installed. This may be further refined through the use of a lightning pack, but for now, please just install ember-cli-deploy-build as well.

Thanks to Tom and his Elastic Beanstalk plugin for a good starting/reference point.