logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

.build.yml (1105B)


  1. image: alpine/edge
  2. packages:
  3. - go
  4. - hugo
  5. - hut
  6. oauth: pages.sr.ht/PAGES:RW
  7. sources:
  8. - https://git.sr.ht/~sircmpwn/drewdevault.com
  9. - https://git.sr.ht/~sircmpwn/openring
  10. triggers:
  11. - action: email
  12. condition: always
  13. to: Drew DeVault <drew@ddevault.org>
  14. tasks:
  15. - openring: |
  16. cd openring
  17. go build -o openring
  18. sudo cp openring /usr/local/bin/
  19. - build: |
  20. cd drewdevault.com
  21. /usr/local/bin/openring \
  22. -s https://os.phil-opp.com/rss.xml \
  23. -s https://aphyr.com/posts.atom \
  24. -s https://sourcehut.org/blog/index.xml \
  25. -s https://100r.co/links/rss.xml \
  26. -s https://blog.brixit.nl/rss/ \
  27. -s https://bitfehler.srht.site/index.xml \
  28. -s https://www.willowbarraco.fr:443/atom.xml \
  29. -s https://torresjrjr.com/archive/index.xml \
  30. -s https://cadence.moe/blog/rss.xml?limit=30 \
  31. -s https://harelang.org/blog//index.xml \
  32. -s https://vladh.net/index.xml \
  33. < webring-in.template \
  34. > layouts/partials/webring-out.html
  35. hugo
  36. - upload: |
  37. cd drewdevault.com
  38. hut pages publish -d drewdevault.com ./public/