fix: use commands instead of entrypoint

This commit is contained in:
Timo Ley 2023-08-02 10:07:35 +00:00
parent 547887416c
commit fa9abe27b2
1 changed files with 2 additions and 3 deletions

View File

@ -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: