Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 250 Bytes

File metadata and controls

12 lines (6 loc) · 250 Bytes

update-scripts

This has the update scripts that will be executed on a cronjob

The cronjob:

*/5 * * * * /home/web/update-scripts/deploy.sh >> /home/web/deploy.log 2>&1

Will be executed every 5 min

You can access this via sudo crontab -l or -e