how to Deploy my repository in bitbucket to AWS with CodeDeploy?

1k Views Asked by At

I have a repository in bitbucket. now I want to deploy it to my aws EC2 instance using amazon code-deploy.how can I do that? what steps should I follow?

1

There are 1 best solutions below

0
On BEST ANSWER

Use AWS code-pipeline to take source code from the bitbucket and If you want build it, you can build using the code-build and then deploy it using the code-deploy. Follow this link for more details: https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-simple-codecommit.html