phpcronlaravel-5openshiftopenshift-cartridge

run laravel 5 custom command on openshift


Anyone knows how to add laravel's custom command as cron job? Thanks in advance

Below is my script located at .openshift/cron/minutely/robot.sh

#! /bin/bash
php $OPENSHIFT_REPO_DIR/artisan robot:donate run

Solution

  • The script works now. Cron wasn't running, so i have to start it manually.