Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update netlify.toml
  • Loading branch information
avelino committed Aug 31, 2020
1 parent 8b2fda1 commit 0c2b2e2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions netlify.toml
Expand Up @@ -2,13 +2,9 @@
publish = "docbuild/public"
command = "sh scripts/documation-build.sh"

[context.production.environment]
[build.environment]
HUGO_VERSION = "0.48"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.branch-deploy]
command = "sh scripts/documation-build.sh -b $DEPLOY_PRIME_URL"

[context.next.environment]
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production"

0 comments on commit 0c2b2e2

Please sign in to comment.