We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4770930 commit 4d8d136Copy full SHA for 4d8d136
scripts/deploy.sh
@@ -12,7 +12,9 @@ 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
+/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
19
# Notify monitoring service
20
curl https://hc-ping.com/f23b4ebb-b035-44c5-b100-9d263c64194b
0 commit comments