Files
velero/netlify.toml
Nolan Brubaker b2ff7e6c11 v1.5 blog post (#2940)
* 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>
2020-09-16 17:56:47 -04:00

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"