ember-cli-deploy-azure

0.3.0 • Public • Published

Ember-cli-deploy-azure

A pack of ember-cli-deploy plugins for Azure implementing the 'lightning' deploys approach.

+

Installation & configuration

  • npm install ember-cli-deploy ember-deploy-azure
  • update config/deploy.js - a sample has been provided as a blueprint.

Server-side stack

Server-side multiple strategies are possible to serve the index.html-file.

Using a CDN

Files are uploaded to https://<STORAGE_NAME>.blob.core.windows.net/[CONTAINER_NAME]/<FILENAME>. A CDN can be pointed to this blob.

Be sure to use the right fingerprinting to appropriately request the deployed assets: https://ember-cli.com/user-guide/#asset-compilation - this can either be https://<STORAGE_NAME>.blob.core.windows.net/[CONTAINER_NAME]/ or http://<CDN>.vo.msecnd.net/[CONTAINER_NAME]/

Package Sidebar

Install

npm i ember-cli-deploy-azure

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • duizendnegen