Skip to content

An Ember-CLI-Deploy plugin to upload assets to Google Cloud Storage.

License

Notifications You must be signed in to change notification settings

gynzy/ember-cli-deploy-gcloud-storage

 
 

Repository files navigation

ember-cli-deploy-gcloud-storage

An Ember-CLI-Deploy plugin to upload assets to Google Cloud Storage.

NPM Build Status Ember Observer Score
Ember-CLI Deploy Version

Quick Start

To get up and running quickly, do the following:

ember install ember-cli-deploy-gcloud-storage
  • Place the following configuration into config/deploy.js
ENV['gcloud-storage'] = {
  credentials: {
    'private_key': '<your-private-key>',
    'client_email': '<your-client-email>',
  },
  projectId: '<your-gcloud-project-id>',
  bucket: '<your-storage-bucket>'
};
  • Run the pipeline
ember deploy production

TODO

  • Create bucket if it doesn't exist
  • Support a manifest file
  • Add more of the options that the s3 plugin has
  • Tests

Contributing

See CONTRIBUTING.md.

About

An Ember-CLI-Deploy plugin to upload assets to Google Cloud Storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 15.9%