chore: fleek should now upload images too
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f02b175245
commit
0863de23ec
10
.fleek.json
Normal file
10
.fleek.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"image": "polpetta/fleek:latest",
|
||||||
|
"command": "git lfs install && git lfs pull && yarn && hugo",
|
||||||
|
"publicDir": "public",
|
||||||
|
"environment": {
|
||||||
|
"HUGO_DISABLELANGUAGES": "it"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM fleek/hugo:node-16
|
||||||
|
|
||||||
|
LABEL MAINTAINER="Davide Polonio poloniodavide@gmail.com"
|
||||||
|
LABEL DESCRIPTION="Docker image for deploying website on IPFS via fleek"
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y git-lfs \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
Loading…
x
Reference in New Issue
Block a user