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

21 lines
374 B
YAML
Raw Normal View History

---
image: alpine/edge
packages:
- rsync
- hugo
2020-11-25 05:57:20 +00:00
- zopfli
2020-12-13 05:13:25 +00:00
- make
sources:
- https://git.sr.ht/~seirdy/seirdy.one
secrets:
- cc1eb90c-b07b-4c46-86d4-58fec41cf0e4
triggers:
- action: email
condition: always
to: seirdy@seirdy.one
tasks:
- build_deploy: |
cd seirdy.one
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
make build deploy