🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ember-cli-deploy-gcloud

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-gcloud

An ember-cli-deploy plugin for deploying an Ember app to Google Cloud running FastBoot.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

ember-cli-deploy-gcloud

ember-cli-deploy-gcloud makes it easier to deploy Ember FastBoot applications to Google App Engine.

Features

  • ember-cli-deploy-gcloud blueprint

ember-cli-deploy-gcloud <project_id> blueprint

Creates /fastboot-server directory with code necessary to deploy FastBoot to Google App Engine.

To setup,

  • ember g ember-cli-deploy-gcloud <project_id>
  • cd server
  • npm run deploy

FYI

This project only handles deploying the FastBoot server. It does not upload app code to Google Storage bucket. For that, you need to use ember-cli-deploy-gcloud-storage

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

Keywords

ember-addon

FAQs

Package last updated on 07 Jun 2017

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