Skip to content

duizendnegen/ember-cli-deploy-azure

Repository files navigation

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]/

About

Azure deploy scripts for ember-deploy

Resources

License

Stars

Watchers

Forks

Packages

No packages published