Which git remote is used for eb deploy
, if having several remotes configured:
AWS Docs
I have configured 4 remotes for my git, and I commited changes to one remote, when I redo eb deploy
, still the old version is deployed. I know also that, if I commit to all of my 4 remotes eb deploy
uses the latest commit.
This question is a good reference but didnt answer my question completely: eb deploy does not update the code