armhil/Static Content Uploader for Azure Blobs
A useful tool for uploading CRA artifacts to Az Blobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| clientId | Entra App App Id | yes | — |
| clientSecret | Entra App App Id | yes | — |
| tenantId | Entra App Tenant Id | yes | — |
| storageAccountList | Storage accounts | yes | — |
| containerName | Container Name | yes | — |
| fileTypesToUpload | Our static content extensions to Content-Type may be limited for you, use this if you want to extend | yes | { ".html": "text/html", ".pdf": "application/pdf", ".png": "image/png", ".jpg": "image/jpeg", ".svg": "image/svg+xml", ".css": "text/css", ".js": "application/x-javascript" } |
| directoriesToUpload | List of directories to upload, relative paths only | yes | — |
Outputs
no outputs