Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
/ yokai Public archive

Deploy a static website to Azure container storage

Notifications You must be signed in to change notification settings

glued/yokai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yokai

Static website deployments for Azure blob and CDN

Support for S3 and Google cloud coming soon

npm version

npm install yokai -g install global to access from any project

yokai init Generates a config file .yokairc in your project root and fill in your credentials:

{
  "azure": {
    "account": "",
    "key": "",
    "container": ""
  },
  "aws": {
    "accessKeyId": "",
    "secretAccessKey": "",
    "region": "",
    "Bucket": ""
  },
  "google": {

  }
}

After a .yokairc is created, you can deploy given that Azure is setup correctly via yokai deploy-azure [folder] so, if your compiled build folder is www it would be yokai deploy-azure www

If no azure container is specified one will be created in the root via $root

You can remove a container with yokai teardown-azure [container]

Here is a guide to configure Azure blob storage and CDN

About

Deploy a static website to Azure container storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published