Skip to content

chore(deps): bump @next/bundle-analyzer from 14.2.3 to 14.2.4 (#419) #425

chore(deps): bump @next/bundle-analyzer from 14.2.3 to 14.2.4 (#419)

chore(deps): bump @next/bundle-analyzer from 14.2.3 to 14.2.4 (#419) #425

Workflow file for this run

name: Storybook deployment
on:
push:
branches:
- dev
jobs:
deploy:
runs-on: [self-hosted, stage-env]
steps:
- uses: actions/checkout@v4
with:
path: "./storybook"
- run: docker build -t docker.flows.sh/storybook:${{github.sha}} -f infrastructure/docker/storybook.Dockerfile .
working-directory: "./storybook"
- run: docker stop flows-storybook
- run: docker rm flows-storybook
- run: docker run -d --restart always -p 6004:80 --name flows-storybook docker.flows.sh/storybook:${{github.sha}}