Add nightly Wordpress update to Magazine

Signed-off-by: Paul W. Frields <stickster@gmail.com>
This commit is contained in:
Paul W. Frields 2017-11-01 12:56:40 +00:00
parent 587d280614
commit bc4d329c58

View file

@ -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"