Member-only story
Continuous Integration and Continuous Delivery with BitBucket Pipelines
4 min readOct 1, 2020
This article will help you in automating your deployments with bitbucket pipelines. Feel free to skip if you’re aware of any one of the steps. Let's break down the process into the following steps.
- Create a Bitbucket repository
- Create an EC2 Instance
- Authenticate Ec2 and Bitbucket
Create a Bitbucket repository
Let's create a classic hello world program in the repository😂