Possibly fixed ci issues
parent
2519325135
commit
a421a11288
|
@ -6,7 +6,7 @@ pipeline:
|
||||||
image: 'klakegg/hugo:alpine'
|
image: 'klakegg/hugo:alpine'
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo
|
||||||
- cd public && tar czvf ../public.tar.gz *
|
- 'cd public && tar czvf ../public.tar.gz *'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: 'curlimages/curl'
|
image: 'curlimages/curl'
|
||||||
|
|
Loading…
Reference in New Issue