Skip to content

Commit 4d8d136

Browse files
committed
add zulip sync script
1 parent 4770930 commit 4d8d136

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ git commit -am "Automated deploy"
1212
git push
1313

1414
# 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
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
1618

1719
# Notify monitoring service
1820
curl https://hc-ping.com/f23b4ebb-b035-44c5-b100-9d263c64194b

0 commit comments

Comments
 (0)