Hi there,
deployer is using symlinks from current to the according release. The scheduler however wants the real path (releases/xx) - even tho the error comes on the Scheduler page, if I woul add
* * * * * cd /var/www/html/current;/usr/bin/php bin/grav scheduler 1>> /dev/null 2>&1
with this
* * * * * cd /var/www/html/releases/24;/usr/bin/php bin/grav scheduler 1>> /dev/null 2>&1
the error in the admin panel disappears
Would it work or do I need to add the real path?
How do you guys handle that?