filmov
tv
What is a CI/CD pipeline? Deploy your first app using bitbucket pipelines and heroku
Показать описание
In this video, I will show you how to deploy an application using bitbucket pipelines and heroku. You will see why having a CI/CD pipeline is important to ensure code quality and prevent bugs from being released to your users. We will see how introducing a bug will make our cypress tests fail and will prevent our code from being released automatically. After that, we will make the appropriate fix and the pipeline will have a successful build.