mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 11:45:20 +00:00
* Blop post announcing Velero 1.5 Signed-off-by: Ashish Amarnath <ashisham@vmware.com> * Remove hardcoded deploy preview URL Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Remove base URL entirely Since there's not really an easy way to use the preview URL environment variables in the netlify.toml, remove the baseURL argument entirely from the build command. Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Update blog post date and expected tag link Signed-off-by: Nolan Brubaker <brubakern@vmware.com> Co-authored-by: Ashish Amarnath <ashisham@vmware.com>
11 lines
208 B
TOML
11 lines
208 B
TOML
[build]
|
|
base = "site/"
|
|
command = "hugo --gc --minify"
|
|
publish = "site/public"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.73.0"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.73.0"
|