travisspomer/Deploy to Azure Storage

Deploys a static website to an Azure Storage account.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
source-pathThe location of your built site files. (For example, "out".)yes
sas-urlA SAS URL for your storage account. (You should store this in a Secret.)yes
cleanupWhether or not old versions of files should be deleted.notrue
containerThe name of the storage container to use. Defaults to $web.no$web
require-indexIf true, the action will require index.html to be present in source-path, to help you make sure that you are supplying the right path. Defaults to true.notrue
immutableAn optional list of extensions that should be uploaded with cache control settings indicating that the file is immutable, in the format "*.js;*.css".no""
cleanup-immutableNormally immutable files are ignored by cleanup. If this is set to true, those will get cleaned up too.nofalse

no outputs