Merge commit '900b5f6cfe5a377ef369d26cd700201be4cf6b06'

This commit is contained in:
Bjørn Erik Pedersen
2018-02-27 09:36:36 +01:00
23 changed files with 99 additions and 45 deletions

View File

@@ -7,6 +7,13 @@ HUGO_VERSION = "0.36.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.split1]
command = "hugo --enableGitInfo"
[context.split1.environment]
HUGO_VERSION = "0.36.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
@@ -21,3 +28,4 @@ HUGO_VERSION = "0.36.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"