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