Merge commit '325009c3fd4ac90021897b7e3e025c14e70ce162'

This commit is contained in:
Bjørn Erik Pedersen
2017-10-19 07:59:48 +02:00
2 changed files with 8 additions and 5 deletions

View File

@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.29"
HUGO_VERSION = "0.30"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
HUGO_VERSION = "0.29"
HUGO_VERSION = "0.30"
[context.branch-deploy.environment]
HUGO_VERSION = "0.29"
HUGO_VERSION = "0.30"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"