2017-11-04 12:33:08 +01:00
|
|
|
[build]
|
|
|
|
base = "."
|
|
|
|
publish = "public"
|
|
|
|
command = "hugo"
|
|
|
|
|
|
|
|
[context.production]
|
2018-02-18 13:10:03 +01:00
|
|
|
command = "hugo -F"
|
2017-11-04 12:33:08 +01:00
|
|
|
|
|
|
|
[context.production.environment]
|
2018-02-18 13:10:03 +01:00
|
|
|
HUGO_VERSION = "0.36"
|
2017-11-04 12:33:08 +01:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2018-02-18 13:10:03 +01:00
|
|
|
command = "hugo -D -F"
|
2017-11-04 12:33:08 +01:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
2018-02-18 13:10:03 +01:00
|
|
|
HUGO_VERSION = "0.36"
|