So I'm using deployer to deploy my Laravel application, and everything seems to work right up until migrations. It keeps attempting to use the default variables forge@localhost
even though I've tried both copying a .env file into the folder and setting the environment variables globally. (I'm not sure which one of those is considered best practice so I would appreciate if someone could let me know).
But either way it still errors out because it's using the default for some reason.
Hopefully someone can help.