Netlify context fix

This commit is contained in:
Gregory Schier 2017-11-26 22:01:11 +00:00
parent f9a946a9d8
commit aa8a77d973
2 changed files with 6 additions and 1 deletions

View File

@ -2,5 +2,9 @@
base = "website" base = "website"
publish = "website/_speedpack" publish = "website/_speedpack"
command = "npm run build" command = "npm run build"
[context.production.environment]
HUGO_VERSION = "0.30"
[context.deploy-preview.environment]
HUGO_VERSION = "0.30" HUGO_VERSION = "0.30"
NODE_VERSION = "9"

1
website/.nvmrc Normal file
View File

@ -0,0 +1 @@
9