This commit is contained in:
parent
13f6f1ec6b
commit
22972eb211
|
@ -9,6 +9,10 @@ steps:
|
|||
image: klakegg/hugo:ext-alpine
|
||||
commands:
|
||||
- hugo --minify
|
||||
search:
|
||||
image: seriousbug/pagefind
|
||||
commands:
|
||||
- pagefind --site public
|
||||
deploy:
|
||||
image: minio/mc
|
||||
secrets: [MINIO_URL, ACCESS_KEY, SECRET_KEY]
|
||||
|
|
Loading…
Reference in a new issue