redstrate.com/.build.yml

17 lines
432 B
YAML
Raw Normal View History

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