I'm trying to deploy but I'm getting an error when doing this command:
php app/console assets:install web --env=prod
The error is:
[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
You have requested a non-existent parameter "secret".
and capifony is rolling back so nothing is deployed... But this parameter exists in parameters.yml. I have an Amazon Linux with nginx.
Can anybody help me please?
EDIT different error now
Warming up the cache for the prod environment with debug false
Symfony\Component\Config\Exception\FileLoaderLoadException]
Cannot load resource ".".
and still not working... I don't know how to proceed, no help? :(