I just ran composer update via SSH and it took a while to execute, guessing this was the cause.. weird.
Laravel Forge timing out?
Today I started seeing these errors pop up in the Deployment feature of Forge. I have Auto Deploy enabled:
Your deployment script on server (myserver) too longer than 2 minutes and timed out.
I checked the SSH keys on the server like the message instructed and they're set. The "error message" in the detailed information on this is just the output from deployment, I do not see any actual errors - just what files were updated. The first "error" is the result of git pull, subsequent "errors" are the output of git pull again but this time everything is up to date.
Here is my deployment script:
cd /home/forge/default
git pull origin master
composer update
php artisan migrate --force
This just started randomly today.
Please or to participate in this conversation.