Files
wazero/netlify.toml
Crypt Keeper b361183927
Some checks failed
Release CLI / Pre-release build (push) Has been cancelled
Release CLI / Pre-release test (macos-12) (push) Has been cancelled
Release CLI / Pre-release test (ubuntu-22.04) (push) Has been cancelled
Release CLI / Pre-release test (windows-2022) (push) Has been cancelled
Release CLI / Release (push) Has been cancelled
deps: updates 3rd party libs to latest (#1576)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-07-11 10:29:38 +08:00

16 lines
400 B
TOML

[build]
base = "site"
publish = "public"
[build.environment]
HUGO_VERSION = "0.115.2"
[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"