Files
wazero/netlify.toml
Crypt Keeper c50c121a48 Scaffolds basic wazero.io (#538)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2022-05-11 09:12:21 +08:00

16 lines
399 B
TOML

[build]
base = "site"
publish = "public"
[build.environment]
HUGO_VERSION = "0.98.0"
[context.production]
command = "git submodule update --init && hugo --gc --minify"
[context.deploy-preview]
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"