cloudsbird/Deploy Storybook to AWS S3
Build and deploy storybook code to AWS S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 10, 2024
- License
- MIT
Pinned Snippet
uses: cloudsbird/storybook-s3@5585378fcc3475bcd1d596c10d127cd16ea30e4e # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS Access Key ID | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| aws_region | AWS Region | yes | — |
| aws_s3_bucket | AWS S3 Bucket | yes | — |
| aws_s3_host | AWS S3 Host | no | s3.amazonaws.com |
| aws_s3_endpoint | AWS S3 Endpoint URL | yes | — |
| preview | Preview | no | false |
| install_command | Command to install dependencies | no | npm install |
| build_command | Comand to build storybook | no | npm run build-storybook |
| checkout | Command to checkout | no | true |
Outputs
no outputs