We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9009508 commit 14f62f3Copy full SHA for 14f62f3
deployment/dreamhost/cronjobs/dump_published.sh
@@ -2,4 +2,6 @@
2
3
source $HOME/sites/cppquiz.org/venv/bin/activate || exit $?
4
python $HOME/sites/cppquiz.org/cppquiz/manage.py dump_published_questions > $HOME/static.cppquiz.org/published.json || exit $?
5
+python $HOME/sites/cppquiz.org/cppquiz/manage.py generate_feeds rss > $HOME/static.cppquiz.org/rss.xml || exit $?
6
+python $HOME/sites/cppquiz.org/cppquiz/manage.py generate_feeds atom > $HOME/static.cppquiz.org/atom.xml || exit $?
7
0 commit comments