i have my website online using lemp and i have written my command to execute but i do not know how to set it on Ubuntu Lemp.
Normally it is easy on shared hosting using Cpanel. Please how do i schedule cron job for everyday by 8pm.
i have my website online using lemp and i have written my command to execute but i do not know how to set it on Ubuntu Lemp.
Normally it is easy on shared hosting using Cpanel. Please how do i schedule cron job for everyday by 8pm.
Vultr has the ability to deploy applications through the 1 click apps
As for setting up a cron. You will want to make sure that you have the cron package installed on the instance.
The cron entry to run a task everyday at 8pm would be
0 8 * * *
You can find a more detailed guide here: https://phoenixnap.com/kb/set-up-cron-job-linux