Skip to content

duizendnegen/ember-cli-deploy-azure

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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