DEV Community

Discussion on: What do you use for CI/CD?

Collapse
 
peter279k profile image
peter279k • Edited

In the past, I used the CircleCI to do the CI/CD and verify my projects in my company.

After the BitBucket Pipelines is released, I transfer to this because my repositories are available on BitBucket and I don't need to integrate third-party CI/CD service now :).

I usually use the GitHub Action and Travis CI to develop/contribute open source projects on the GitHub.

Collapse
 
emjimadhu profile image
Em Ji Madhu

Been using bitbucket pipeline for almost an year. And I love it.