I want to deploy my express nodejs app stored in a private Bitbucket repository to heroku. I have already pushed the code to the bitbucket private repo.
I have searched in the heroku interface for the bitbucket connection option that would let me automatically deploy the pushed code, however I could only find Github connection option.
I am newbie in web dev, so this question might be very primitive.