Skip to content
Snippets Groups Projects
Verified Commit e29fb35f authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Update dokuwiki plugins regularly (and automatically)

parent b8e02f59
No related branches found
No related tags found
No related merge requests found
Pipeline #2365 failed
......@@ -213,6 +213,7 @@
- indexer
- cleanup
- blacklist
- update_extensions
notify:
- update blacklist
tags:
......
......@@ -3,3 +3,4 @@
39 3 * * * root /usr/local/sbin/dokuwiki-cleanup.sh
39 4 * * * root /usr/local/sbin/dokuwiki-blacklist.sh
39 5 * * * root /usr/local/sbin/dokuwiki-indexer.sh
39 5 * * * root /usr/local/sbin/dokuwiki-update_extensions.sh
#!/bin/sh
{% for dw in dokuwiki %}
sudo -u {{ dw.user }} php {{ dw.path }}/bin/plugin.php extension upgrade
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment