]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - .build.yml
Update files from notes
[rbdr/r.bdr.sh] / .build.yml
CommitLineData
f752d89a
RBR
1image: archlinux
2packages:
3 - make
c4becc04 4 - rustup
f752d89a
RBR
5 - rsync
6sources:
7 - git@git.sr.ht:~rbdr/page
587585f2 8 - git@git.sr.ht:~rbdr/r.bdr.sh
f752d89a 9secrets:
7e4098fd 10 - 89d3b676-25d6-4942-8231-38b73aa62bf6
6688df90 11 - 0b0d3e5e-fbdc-41d0-97ed-ee654fe797ff
f752d89a
RBR
12tasks:
13 - build_page: |
26c54c55 14 rustup default stable
f752d89a
RBR
15 cd page
16 make -e profile=release
17 - generate_page: |
587585f2 18 cd r.bdr.sh
9414bbd3 19 ../page/target/x86_64-unknown-linux-gnu/release/page
f752d89a 20 - sync_html: |
587585f2 21 rsync -r --exclude '.build.yml' r.bdr.sh_html/ deploy@conchos.unlimited.pizza:/srv/http/www
f752d89a 22 - sync_gemini: |
587585f2 23 rsync -r --exclude '.build.yml' r.bdr.sh_gemini/ deploy@conchos.unlimited.pizza:/srv/gemini/content