x-actions/go-sync
Github Action for Sync Code to CDN
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Enable the debug flag to show detail log | no | false |
| provider | cdn type | yes | aliyun |
| access_key | CDN Access Key ID | yes | — |
| access_secret | CDN Access Key Secret | yes | — |
| bucket | CDN Bucket Name | yes | — |
| endpoint | CDN Bucket Endpoint (default "oss-cn-shanghai.aliyuncs.com") | yes | — |
| source | the source dir public to cdn | yes | — |
| cache | the cache file path (default "/tmp/<bucketName>.json") | no | — |
| exclude | exclude file or dir, comma-separated string | no | — |
| ignore_expr | ignore expression string, comma-separated string, replace by empty string when calculate md5 summary | no | — |
| delete_objects | auto delete Object which not in source dir | no | true |
| exclude_delete_objects | exclude file or dir to delete in cdn provider, comma-separated string | no | — |
Outputs
no outputs