blog/.build.yml

15 lines
278 B
YAML
Raw Normal View History

2021-11-23 07:41:57 +00:00
image: archlinux
packages:
- hugo
- rsync
2021-11-23 07:44:52 +00:00
secrets:
- 0b26b413-7901-41c3-a4e2-3c752228ffcb
2021-11-23 07:41:57 +00:00
sources:
- https://git.sr.ht/~mzhang/blog
tasks:
- build: |
cd blog
hugo
2021-11-23 07:44:52 +00:00
- upload: |
scp -r public sourcehutBuilds@mzhang.io:/mnt/storage/svcdata/blog-public