aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-27 15:47:13 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-27 15:47:13 +0100
commit637f0cf23c1f5311b1ed62a76027124dfd3edc6c (patch)
treef959a865955e3f01f6d7ab660efad13d655ff2da
parentd9661a78fa351314b6ab764a6124dd3afa18d209 (diff)
downloadgaragehq.deuxfleurs.fr-637f0cf23c1f5311b1ed62a76027124dfd3edc6c.tar.gz
garagehq.deuxfleurs.fr-637f0cf23c1f5311b1ed62a76027124dfd3edc6c.zip
Fix zola command
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index cdaf6b3..49c1d08 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -13,8 +13,8 @@ steps:
- name: build-zola
image: ghcr.io/getzola/zola:v0.15.3
- commands:
- - zola build
+ entrypoint: /bin/zola
+ command: [ "build" ]
- name: upload
image: plugins/s3
@@ -38,6 +38,6 @@ steps:
- pull_request
---
kind: signature
-hmac: c72b846108617d652f8b533c0ec1f7414ae423d1423301e6e71695d4399c3dc2
+hmac: 6b52cc98a9ff3c8ff4327fd9ceb95fcb628c96f737e2e7596a47c3cb7d589882
...