iheanyi / ember-cli-deploy-digitalocean

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

Refactor Provisioning into `do:provision` #11

Closed iheanyi closed 4 years ago

iheanyi commented 8 years ago

This PR will implement the necessary changes to run the provisioning commands explicitly when do:provision is called from the CLI. This should lead to performance gains for uploading of the application, since it won't try to reinstall everything every single time the user uploads their app.