You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately Laravel will cache .env files meaning if you update these settings then Laravel may not pick them up, you could ssh into the server and clear the cache:
ssh root@ip
cd /var/www/9a-cachet-live-1444685947/releases/1444689396 [Your most current release]
php artisan config:clear
A successful deployment log should look like this:
Make sure your Environment tab is:
Unfortunately Laravel will cache .env files meaning if you update these settings then Laravel may not pick them up, you could ssh into the server and clear the cache:
Or update the deploy.json to:
The text was updated successfully, but these errors were encountered: