revert fix: use commands instead of entrypoint
This commit is contained in:
Timo Ley 2023-08-02 10:12:29 +00:00
parent fa9abe27b2
commit 8af4a46649
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ name: release
steps: steps:
- name: build - name: build
image: ghcr.io/getzola/zola:v0.15.3 image: ghcr.io/getzola/zola:v0.15.3
commands: entrypoint: [ /bin/zola ]
- zola build command:
- build
- name: upload - name: upload
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings: