redstrate.com/.build.yml

22 lines
463 B
YAML
Raw Normal View History

2022-10-27 11:03:35 -04:00
image: alpine/edge
packages:
- rsync
- git
- hugo
2023-08-31 14:50:54 +02:00
- reuse
2022-10-27 11:03:35 -04:00
sources:
- https://git.sr.ht/~redstrate/redstrate.com
secrets:
- b748582a-5d31-4fe8-94d6-4a63035e97aa
tasks:
- build: |
cd redstrate.com
2023-08-10 10:41:44 -04:00
hugo --minify
2022-10-27 11:03:35 -04:00
- deploy: |
cd redstrate.com
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
2023-01-02 17:11:17 -05:00
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/redstrate.com
2023-08-31 14:50:54 +02:00
- reuse: |
cd redstrate.com
reuse lint