Spotter-VM/lxc-apps/ushahidi/image.d/etc/crontabs/ushahidi

6 lines
404 B
Plaintext

*/10 * * * * cd /srv/ushahidi/platform; php artisan datasource:outgoing >/dev/null
*/10 * * * * cd /srv/ushahidi/platform; php artisan datasource:incoming >/dev/null
*/10 * * * * cd /srv/ushahidi/platform; php artisan savedsearch:sync >/dev/null
*/10 * * * * cd /srv/ushahidi/platform; php artisan notification:queue >/dev/null
*/10 * * * * cd /srv/ushahidi/platform; php artisan webhook:send >/dev/null