diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 21:17:36 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 21:17:36 +0100 |
commit | e33d13993d97d8e1915123371ce7346627c256a2 (patch) | |
tree | 797859ab552ef7ec5e8ebf69f07cbf701f57e1e6 | |
parent | 1e9c940fd80aa6d0b7af3665b6db87a02755ab3a (diff) | |
download | guide.deuxfleurs.fr-e33d13993d97d8e1915123371ce7346627c256a2.tar.gz guide.deuxfleurs.fr-e33d13993d97d8e1915123371ce7346627c256a2.zip |
try with alpine
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,9 +4,11 @@ name: default steps: - name: build - image: ghcr.io/getzola/zola:v0.16.0 + image: alpine:3.17.2 commands: - - build + - apk update + - apk install zola + - zola build - name: upload image: plugins/s3 |