aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-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
...