Skip to content

Commit

Permalink
Add branch context to override Netlify build settings for #11
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 21, 2019
1 parent 112cfa5 commit 702c405
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
@@ -1,3 +1,8 @@
[build]
publish = "public"
command = ""

# TODO: Remove branch context after than merged #11
[context.gatsby]
publish = "website/public"
command = "cd website && yarn build"

0 comments on commit 702c405

Please sign in to comment.