perxhealth/"Static Deploy" Action For GitHub Actions
Deploy static assets to an S3 bucket and invalidate its Cloudfront distribution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 13, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: perxhealth/static-deploy-action@4e04f08ce328f39e38ab09a969840cabbef4f6cc # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| from | Path on local disk containing files to deploy | yes | — |
| to | Fully qualified S3 bucket name and path, e.g. s3://bucket/path/to/deploy | yes | — |
| cloudfront-distribution-id | Nominate the Cloudfront Distribution which serves assets from the bucket | yes | — |
Outputs
| name | description |
|---|---|
| cloudfront-invalidation-id | ID returned by AWS when calling CreateInvalidation |