Skip to content
Snippets Groups Projects
Commit 9e83fd68 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed netlify production URL.

parent cb4609ec
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,29 @@
git lfs fetch
yarn --ignore-engines --ignore-optional --non-interactive &&
node_modules/.bin/webpack -p --mode=production &&
hugo -b $DEPLOY_PRIME_URL"""
hugo"""
[context.production.environment]
HUGO_VERSION = "0.42.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview]
command = """
git lfs fetch
yarn --ignore-engines --ignore-optional --non-interactive &&
node_modules/.bin/webpack -p --mode=production &&
hugo -b $DEPLOY_PRIME_URL"""
[context.deploy-preview.environment]
HUGO_VERSION = "0.42.1"
[context.branch-deploy]
command = """
git lfs fetch
yarn --ignore-engines --ignore-optional --non-interactive &&
node_modules/.bin/webpack -p --mode=production &&
hugo -b $DEPLOY_PRIME_URL"""
[context.branch-deploy.environment]
HUGO_VERSION = "0.42.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment