Skip to content

Commit

Permalink
Fix Storybook deployment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Jun 19, 2024
1 parent 4aa67f8 commit d1bdf06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions tests/test-infrastructure/docker-compose-govtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ services:
image: govtool/storybook:${GOVTOOL_TAG}
build:
context: ../../govtool/frontend
dockerfile: Dockerfile.story
dockerfile: storybook.Dockerfile
args:
NPMRC_TOKEN: ${NPMRC_TOKEN}
environments:
VIRTUAL_HOST: https://${BASE_DOMAIN}-storybook
environment:
VIRTUAL_HOST: https://storybook-${BASE_DOMAIN}
deploy:
restart_policy:
delay: "30s"

0 comments on commit d1bdf06

Please sign in to comment.