Add nightly Wordpress update to Magazine
Signed-off-by: Paul W. Frields <stickster@gmail.com>
This commit is contained in:
parent
587d280614
commit
bc4d329c58
1 changed files with 5 additions and 0 deletions
|
@ -71,3 +71,8 @@
|
|||
cron: name="Wordpress cron"
|
||||
minute="*/10"
|
||||
job="curl -s http://localhost:8008/wp-cron.php >/dev/null"
|
||||
|
||||
- name: Wordpress nightly update check
|
||||
cron: name="Wordpress nightly update check"
|
||||
special_time="daily"
|
||||
job="yum -y -q update wordpress"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue