travisspomer/Deploy to Azure Storage
Deploys a static website to an Azure Storage account.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| source-path | The location of your built site files. (For example, "out".) | yes | — |
| sas-url | A SAS URL for your storage account. (You should store this in a Secret.) | yes | — |
| cleanup | Whether or not old versions of files should be deleted. | no | true |
| container | The name of the storage container to use. Defaults to $web. | no | $web |
| require-index | If 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. | no | true |
| immutable | An 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-immutable | Normally immutable files are ignored by cleanup. If this is set to true, those will get cleaned up too. | no | false |
Outputs
no outputs