update woodpecker pipelines
This commit is contained in:
parent
0c16990e4f
commit
86f9a02230
|
@ -3,6 +3,6 @@ pipeline:
|
||||||
image: docker.io/gohugoio/hugo
|
image: docker.io/gohugoio/hugo
|
||||||
commands:
|
commands:
|
||||||
- /usr/bin/hugo
|
- /usr/bin/hugo
|
||||||
- find public -mindepth 1 -not -type d -printf "%P\n" | tar -cf public.tar.gz --gzip -C public -T -
|
- tar -cf public.tar.gz --gzip -C public -T <(find public -mindepth 1 -not -type d -printf "%P\n")
|
||||||
- curl --user ${http_user}:${http_pass} --binary-data public.tar.gz ${http_endpoint}
|
- curl --user ${http_user}:${http_pass} --binary-data public.tar.gz ${http_endpoint}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue