entrecode/Frontend deploy action
downloads artifact and deploys to AWS s3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 24, 2026
- License
- None
Pinned Snippet
uses: entrecode/action.frontend-deploy@4dbf7465dbfdbf726c78df9ec0b82ef50dae533c # v12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| AWS_ACCESS_KEY_ID | AWS_ACCESS_KEY_ID secret | yes | — |
| AWS_SECRET_ACCESS_KEY | AWS_SECRET_ACCESS_KEY secret | yes | — |
| bucket_name | build.outputs.bucket_name | yes | — |
| USE_S3_ROOT_FOLDER | when true the build output will be deployed to the root folder of the s3 bucket identified by bucket_name, otherwise the build output will be deployed to the folder identified by bucket_name into ec-admins bucket | no | false |
| SLACK_TOKEN | slack token | no | "" |
| SLACK_CHANNEL | slack channel | no | "" |
| version | version of build output | no | "" |
| DSB_LAYER_AUTH_PASSWORD | password for authentication (dsb-layer) | no | "" |
| CLOUDFRONT_DISTRIBUTION_ID | CloudFront distribution ID to invalidate when USE_S3_ROOT_FOLDER is true | no | "" |
Outputs
no outputs