I got this error : ''NoneType' object has no attribute 'secret_key'' when I tried to update my application using git pull.I have already configured the AWS credentials at the following path : nano /home/$USER/.aws/config . I let it (the archive that I mentioned) as follows :
[profile eb-cli]
AWS_ACCESS_KEY_ID=<confidential>
AWS_SECRET_ACCESS_KEY=<confidential>
How can I solve this problem ?