Hey everyone,
I’m hosting a Laravel 12 app on a VPS with Plesk. Right now I’m using Git auto-deployment for a staging environment that pulls the latest changes from GitHub to a subdomain.
Everything works fine, composer install, cache clearing, etc. The only thing I still do manually after...