-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Set up a CI process to automatically build and deploy a static version of Storybook to the existing S3 bucket used in Playwright tests for every pull request.
Acceptance Criteria:
-
Build Automation:
- Trigger Storybook build on each PR.
-
S3 Deployment:
- Deploy the static Storybook build to the S3 bucket currently used in Playwright tests.
-
CI Integration:
- Integrate the process with the current CI/CD pipeline.
Tasks:
- Update CI configuration to include Storybook build step.
- Configure deployment script to upload Storybook to the specified S3 bucket.
- Test the deployment process to ensure reliability.
This will streamline Storybook access and improve testing and development workflows.
Example:
https://github.com/gravity-ui/uikit/blob/main/.github/workflows/main-preview.yml
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo