Houbsi
#1
Greetings,
did anyone deploy a Laravel App with cleavr and the Laravel Preset?
I’m getting a succesfull deployment, but the default Cleavr Website is still showing.
I suppose that the link to the “public”-folder is automagically set?
On https://docs.cleavr.io i can’t find any issues to that problem.
Thanks for your help <3
Looks like the horizon deployment hook failed - it says successful but has an error in it. Permission issue on the laravel.log
file.
See if you can grab that path, SSH into server, and then chmod cleavr:cleavr /path/to/file/laravel.log
. Then try deploying again.
Houbsi
#3
Found the file, it is created with the root:root chmod… Is there something wrong with the “Copy Project” Deployment Hook?