BOP Blog: Cron-Updates

BytesOfProgress

Automated BOP Updates with Cron

21st February 2024 / 11:00 AM

Remember the merge-script I made?

I automated this further by using a cron-job. The server now gets updates from the git-repo automatically daily at midnight (CET, german time).


View on GitHub

This is the cronjob:


  0 0 * * * /bin/bash /var/www/merge.sh





back