mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
11 lines
183 B
TOML
11 lines
183 B
TOML
[build]
|
|
publish = "public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.89.4"
|
|
|
|
[context.production]
|
|
command = "hugo"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo --environment staging"
|