Skip to content

futurice/metalsmith-azure-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metalsmith-azure-storage

This is a metalsmith plugin for pushing build artefacts to azure storage.

Usage

const azure = require('metalsmith-azure-storage');

metalsmith.use(azure({
  account: ACCOUNT_NAME,
  key: ACCOUNT_KEY,
  container: CONTAINER_NAME,

  /* optional, default: 1 for no concurrency */
  concurrency: 4
}));

License

MIT

About

metalsmith plugin for deploying to azure storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published