Skip to content

Commit fb38533

Browse files
committed
Automated deploy
1 parent 5883ef7 commit fb38533

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

scripts/deploy.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ git pull
55
# I know this is jank to hard code but it's only running on my server for now
66
# and I don't have time to do this the right way right this second. pls forgive
77
# me, for I have sinned.
8-
/home/steve/.rbenv/versions/3.2.3/bin/ruby ./scripts/fetch_blogs.rb
9-
cat ~/Code/webring/_data/fellows.yaml | yq '.[].rss_url' | sed -e '/^null$/d' > ~/.cache/zulip-rss/rss-feeds
8+
rv run ./scripts/fetch_blogs.rb
109

1110
git commit -am "Automated deploy"
1211
git push
1312

14-
# Trigger Zulip blog watcher
15-
/home/steve/Code/python-zulip-api/.direnv/python-3.13/bin/python \
16-
/home/steve/Code/python-zulip-api/zulip/integrations/rss/rss-bot \
17-
--stream=blog-posts
18-
1913
# Notify monitoring service
2014
curl https://hc-ping.com/f23b4ebb-b035-44c5-b100-9d263c64194b

0 commit comments

Comments
 (0)