This repository has been archived on 2021-08-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
pipeline:
|
|
build:
|
|
image: alpine:3
|
|
commands:
|
|
- apk update
|
|
- apk add --no-cache hugo
|
|
- hugo --minify
|
|
|
|
deploy:
|
|
image: alpine:3
|
|
commands:
|
|
- apk update
|
|
- apk add --no-cache rsync
|