I am trying to figure-out the right way to deploy my code from bitbucket to AWS EC2 instance.
Earlier, I was using git clone by having git installed on the EC2 instance and adding that as remote and pushing code to that but this time I am trying to explore codedeploy but I have not seen any documentation which can help me do deploy my code on a particular directory in my EC2.
Thanks