Hello i am trying to setup Circle CI with Laravel.
It seems like Circle CI or my project or whatever isn’t using the .env file since the error message below suggests the default credentials in the laravel config file:
SQLSTATE[HY000] [1045] Access denied for user 'forge'@'127.0.0.1' (using pa
ssword: YES) (SQL: select * from information_schema.tables where table_sche
ma = circle_test and table_name = migrations)
My circle ci config is available here https://gist.github.com/coleander/30930d50d3ce57b5a49508bdb75f493e
And my testing .env is here https://gist.github.com/coleander/f354105a97a5cd48a5cd0f6724829ebc
I hope that someone can help og give me a hint