1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00
seirdy.one/.build.yml

27 lines
732 B
YAML
Raw Normal View History

---
# we rsync binaries.tar.gz from the same server we deploy to.
# it contains these static-pie binaries:
# hugo, brotli, ect (like gzip/zopfli), and xmllint.
image: alpine/edge
packages:
- curl # Fetches webmentions and webring links. Pre-inistalled.
- rsync
- git # Powers Hugo's gitInfo. Pre-installed
- bmake # gmake is fine too
sources:
- https://git.sr.ht/~seirdy/seirdy.one
secrets:
- cc1eb90c-b07b-4c46-86d4-58fec41cf0e4 # ssh key
- b0bfa66e-3cf2-468f-9ea4-085819eccd18 # webmentiond key
triggers:
- action: email
condition: always
to: seirdy@seirdy.one
tasks:
- deps: |
sh seirdy.one/scripts/setup-ci.sh
2020-12-24 05:47:58 +00:00
- build_deploy: |
2023-11-25 05:04:41 +00:00
export PATH=~/bin:$PATH
2020-12-24 05:47:58 +00:00
cd seirdy.one
bmake ci