Files
spot/cli/cron.sh
Franzz 313dab26a2
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
Fix dev composer and update cron script
2026-05-27 17:59:58 +02:00

6 lines
160 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")/.." || exit 1
php -f dist/index.php a=update_project > /dev/null
#Crontab job: 0 * * * * /path/to/spot/cli/cron.sh > /dev/null