mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +00:00
Update Netlify config
This commit is contained in:
parent
51932c7a8e
commit
6c48ab1dac
@ -7,8 +7,12 @@ HUGO_BASEURL = "$DEPLOY_URL"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "make build-draft -e"
|
||||
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "make build-draft -e"
|
||||
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_BASEURL = "$DEPLOY_PRIME_URL"
|
||||
|
Loading…
Reference in New Issue
Block a user