Files
wazero/netlify.toml
Crypt Keeper 8918d73020 ci: supports building with Go 1.20 and raises floor version to 1.18 (#1096)
This moves our floor version to the same we'll release 1.0 with: 1.18.
This is congruent with our version policy which is current-2.

Fixes #921

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-02-06 17:29:08 +02:00

16 lines
400 B
TOML

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