We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75a1e3 commit 4770930Copy full SHA for 4770930
1 file changed
scripts/deploy.sh
@@ -6,9 +6,13 @@ git pull
6
# and I don't have time to do this the right way right this second. pls forgive
7
# 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
10
11
git commit -am "Automated deploy"
12
git push
13
14
+# Trigger Zulip blog watcher
15
+/home/steve/Code/python-zulip-api/.direnv/python-3.13/bin/python ./zulip/integrations/rss/rss-bot --stream=blog-posts
16
+
17
# Notify monitoring service
18
curl https://hc-ping.com/f23b4ebb-b035-44c5-b100-9d263c64194b
0 commit comments