My app is being hosted on Heroku. It's connected to Master branch on Bitbucket. The flow I follow for pushing the app to heroku is:
localCode -> Bitbuket Master -> CodeShip -> Heroku
I want to push newest changes to a Dev Pipeline on heroku and later on promote it to production pipeline.
I have a DEV branch on Bitbucket which contains the untested latest code.
The problem is, I can't connect the DEV branch on bitbucket to Heroku. I am not sure what can be the cause for it?
I am not using HEROKU cli for managing my apps since I am pushing the code to git and rest gets taken care of automatically - at least in the case of Master Branch. Excuse my illiteracy in this area. Still learning.