bitdispenser.dev/.fleek.json
Davide Polonio 0863de23ec
All checks were successful
continuous-integration/drone/push Build is passing
chore: fleek should now upload images too
2021-12-15 00:06:56 +01:00

11 lines
245 B
JSON

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