Member-only story
Bitbucket-2: Deploying a Web App to S3 Bucket and CloudFront By Using CI/CD Bitbucket Pipeline
We will deploy a web application to AWS cloud by using Bitbucket Pipeline. For this, firstly we will create two-step verification for Bitbucket pipeline deployment, then create the Bitbucket pipeline.yaml file and added “the pipes” to it and run the Bitbucket pipeline. Finally, we will change the source code and check that the pipeline is working by looking at our web application on the web. We will see that changes made to the source code are reflected to the web application on the internet.
9 min readSep 14, 2023
Topics we will cover:
1. Two-step verification for Bitbucket Pipeline Deployment
2. Creating The Bitbucket pipeline.yaml file and Adding The Pipes to It
3. Adding Variables to Our Repository
4. Running Bitbucket Pipelines
5. Changing the source code and checking that the pipeline is working by looking at our web application on the web
6. As a result
7. Next post
8. References