home-office-digital/Deploy Static Sites
Deploys Static Sites using S3 and CloudFront.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 10, 2026
- License
- None
Pinned Snippet
uses: home-office-digital/core-cloud-static-sites-action@ef6c19c34ef9d7a589dd5ddb04c28759c1d46ce0 # 1.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| assume-role-arn | Role assumed by the action. | yes | — |
| bucket-name | The name of the S3 Bucket. | yes | — |
| working-directory | Folder the files will be synced from. | yes | — |
| remote-path | Optional path prefix inside the S3 bucket to sync files to. | no | "" |
| extra-excludes | Optional comma-separated exclude patterns to pass to aws s3 sync. | no | "" |
| cache-control-s-max-age | Number of seconds the information will be chached by CloudFront. | no | 86400 |
| cloudfront-distribution | ID Name of CloudFront Distribution. | yes | — |
Outputs
no outputs