actions-marketplace-validations/aliyun-oss-website-action-for-gatsby
Deploy your gatsby website on aliyun OSS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| folder | Folder which contains the website files | yes | — |
| exclude | Exclude file from the folder | no | — |
| accessKeyId | Aliyun OSS accessKeyId. | yes | — |
| accessKeySecret | Aliyun OSS accessKeySecret. | yes | — |
| bucket | Aliyun OSS bucket instance. | yes | — |
| endpoint | OSS region domain | yes | — |
| cname | `true` to identify the endpoint is your custom domain. | no | false |
| skipSetting | `true` to skip setting static pages related configuration. `indexPage`, `notFoundPage` will not be used. | no | false |
| indexPage | index page | no | index.html |
| notFoundPage | not found page | no | 404.html |
| htmlCacheControl | Cache-Control for HTML | no | public, max-age=0, must-revalidate |
| imageCacheControl | Cache-Control for image | no | public, max-age=31536000, immutable |
| pageDataCacheControl | Cache-Control for page-data | no | public, max-age=0, must-revalidate |
| otherCacheControl | Cache-Control for other files | no | public, max-age=31536000, immutable |
Outputs
no outputs