Skip to content

How to set up cron jobs Digital Ocean

bwsbws
edited November 2022 in Questions

Thanks Ben, appreciate all your support and love the upgraded license!

Where do I set up CRON jobs if I am using Digital Ocean? I'm trying to set up the job that allows me to schedule emails.

*/5 * * * *

php /path/to/scheduled.php > /dev/null 2>&1

Comments

  • Hi,

    On cloud servers like Digital Ocean, you’ll setup cron jobs via SSH, eg. sudo crontab -e.

    Thanks.

    Best regards,
    Ben

This discussion has been closed.