Skip to content

Commit

Permalink
chore: add Netlify config for major version branch deploys (docusauru…
Browse files Browse the repository at this point in the history
…s-v2 branch) (#7787)
  • Loading branch information
slorber committed Jul 15, 2022
1 parent e4fc47b commit d88f248
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/netlify.toml
Expand Up @@ -16,6 +16,9 @@
[context.production]
command = "yarn --cwd .. build:packages && yarn netlify:build:production"

[context.branch-deploy]
command = "yarn --cwd .. build:packages && yarn netlify:build:production"

[context.deploy-preview]
command = "yarn --cwd .. build:packages && yarn netlify:build:deployPreview"

Expand Down

0 comments on commit d88f248

Please sign in to comment.