dyadyajora/AWS S3 multibranch deploy preview
🚀 Easily deploy a preview of each branch of your static site to a single AWS S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | AWS region of the S3 bucket | yes | us-east-1 |
| aws_assume_role | ARN of the role to be assumed | yes | "" |
| aws_bucket | Name of the S3 bucket | yes | "" |
| folder | Folder to be deployed in S3 bucket | yes | ./site |
| max_branch_deployed | Maximum number of branches to be deployed | no | 50 |
| max_commit_per_branch_deployed | Maximum number of commit per branch to be deployed | no | 10 |
| prefix | Prefix path for base url | no | "" |
| generate_prefix | Generate prefix for each branch | no | false |
| enable_comment | Enable comment to PR | no | true |
| github_token | GitHub token, requried to create PR comments with generated preview URL | no | "" |
Outputs
| name | description |
|---|---|
| preview_url | URL of the deployed preview |
| prefix | Generated prefix |