Update netlify config (#4732)

* Update netlify config

* Update site/netlify.toml
This commit is contained in:
Katrina Verey
2022-07-29 15:33:13 -04:00
committed by GitHub
parent 19c467a924
commit e7fe132df8
5 changed files with 20 additions and 14 deletions

View File

@@ -1,3 +1,19 @@
[build]
base = "site/"
command = "git submodule update --init --recursive --depth 1 && hugo"
publish = "publishedSite/"
[build.environment]
HUGO_VERSION = "0.88.1"
HUGO_VERSION = "0.92.2"
NODE_ENV = "development"
NETLIFY_BUILD_DEBUG = "true"
[context.deploy-preview]
command = "git submodule update --init --recursive --depth 1 && hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
ignore = "exit 0" # build PRs (deploy preview env) only, not all branches
[context.production]
ignore = "exit 0" # never deploy production until we're ready to launch