From 8af4a466491119d2a2f1355ea268ef18e7694e5d Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Wed, 2 Aug 2023 10:12:29 +0000 Subject: [PATCH] revert fa9abe27b277c1a96c3546bd0e8a81d731740ff3 revert fix: use commands instead of entrypoint --- website.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website.yaml b/website.yaml index 3b135fe..ecaf55a 100644 --- a/website.yaml +++ b/website.yaml @@ -5,8 +5,9 @@ name: release steps: - name: build image: ghcr.io/getzola/zola:v0.15.3 - commands: - - zola build + entrypoint: [ /bin/zola ] + command: + - build - name: upload image: appleboy/drone-scp settings: