bitdispenser.dev/.fleek.json

11 lines
245 B
JSON
Raw Normal View History

{
"build": {
"image": "polpetta/fleek:latest",
"command": "git lfs install && git lfs pull && yarn && hugo",
"publicDir": "public",
"environment": {
"HUGO_DISABLELANGUAGES": "it"
}
}
}