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