Skip to content

Commit

Permalink
chore: add Candidate Storybook Test to Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
matijs committed Nov 25, 2024
1 parent 78ffbe9 commit f97905f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions candidate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,19 @@ resource "vercel_project" "candidate" {
deployment_type = "none"
}
}

resource "vercel_project" "candidate-storybook-test" {
name = "Candidate Storybook Test"
output_directory = "packages/storybook-test/dist/"
ignore_command = "[[ $(git log -1 --pretty=%an) == 'dependabot[bot]' ]]"

git_repository = {
type = "github"
repo = "${data.github_organization.nl-design-system.orgname}/${github_repository.candidate.name}"
}

vercel_authentication = {
deployment_type = "none"
}
}

0 comments on commit f97905f

Please sign in to comment.