fix: use commands instead of entrypoint
This commit is contained in:
parent
547887416c
commit
fa9abe27b2
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue