Posts

Showing posts from July, 2017

How to build and deploy project from Bitbucket to AWS Code Deploy

Integration of Bitbucket with AWS CodeDeploy This document is to explain how to integrate Bitbucket with AWS CodeDeploy. As we are aware that Bitbucket is used to store the source code. Bitbucket has come up with new services like Bitbucket Pipeline and Deploy to AWS services. With the help of this two added services one can build the code and deploy the code to other cloud services like AWS, Azure and BlueOcean where they keep their production servers. Once the developer commits the code in Bitbucket the Pipeline service activates and creates a build. Once the build is successful we can deploy the build directly to AWS CodeDeploy. So that the changes done in the application will reflect on the go. This document explains on how to configure Bitbucket with AWS CodeDeploy. Procedure to configure Bitbucket with AWS CodeDeploy. Prerequisite:   1.  Bitbucket account 2.  AWS account 3.  Working source code. Procedure: Step 1: Login into Bi...