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
For more information on using ember-cli, visit http://ember-cli.com/.