New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-deploy-digitalocean

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-digitalocean

The default blueprint for ember-cli addons.

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Ember-cli-deploy-digitalocean

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

Installation

  • git clone this repository
  • npm install
  • bower install

Environment Variables

  • DO_ACCESS_TOKEN - Your DigitalOcean API key. Generate one https://cloud.digitalocean.com/settings/api/tokens.
  • PRIVATE_KEY_DIR - Location of your private SSH key used for your droplet.
  • PASSPHRASE - Passphrase for the SSH key.
  • DROPLET_USERNAME - Username to log into the droplet as (defaults to root)
  • DROPLET_PASSWORD - Password to log into the droplet as (can be left blank if unused)

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.

Keywords

FAQs

Package last updated on 30 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc