Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate Storybook Deployment to S3 on Each PR #342

Open
martyanovandrey opened this issue Dec 10, 2024 · 0 comments
Open

Automate Storybook Deployment to S3 on Each PR #342

martyanovandrey opened this issue Dec 10, 2024 · 0 comments

Comments

@martyanovandrey
Copy link
Contributor

martyanovandrey commented Dec 10, 2024

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:

  1. Build Automation:

    • Trigger Storybook build on each PR.
  2. S3 Deployment:

    • Deploy the static Storybook build to the S3 bucket currently used in Playwright tests.
  3. CI Integration:

    • Integrate the process with the current CI/CD pipeline.

Tasks:

  1. Update CI configuration to include Storybook build step.
  2. Configure deployment script to upload Storybook to the specified S3 bucket.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant