[2025-05-17] Add deploy script

This commit is contained in:
Andrew Conlin 2025-05-17 11:59:45 +01:00
parent fe9713d792
commit a2300c0eed

13
deploy.sh Normal file
View file

@ -0,0 +1,13 @@
openring \
-s https://andyconlin.com/feed/ \
-s https://digitalflapjack.com/blog/index.xml \
-s https://gpanders.com/index.xml \
-s https://luke.hsiao.dev/atom.xml \
-s https://wickstrom.tech/feed.xml \
-s https://paulcapewell.com/feed/ \
-s https://www.splitbrain.org/feed/blog \
-s https://lilysthings.org/blog/rss.xml \
< _includes/openringTemplate.html \
> _includes/openring.html
bundle exec jekyll build
rsync -r _site andrew@itchy:/home/andrew/site