I have a game! Bitbucket apps. I have a local repo related to both Bitbucket and Heroku, and everything works fine (whenever I click on heroku master , the application re-builds and I can see the changes on the Internet). Now I just want to click on the bitbucket and deploy to Heroku, i.e. I want to click on Bitbucket and Heroku app to select changes from Bitbucket and rebuild the app. The reason I want to is because Bitbucket now offers online code editing, and I donβt always have Git or Heroku Toolbelt installed on the systems I work on. It will also be good to manage one repo.
I know that Heroku supports its own Git system and from the Heroku settings tab, I can see the following information -
Region: United States Stack: Cedar Framework: Play 2.x - Scala Git URL: git@heroku.com :xyz-abc.git Repo size: 139 MB Slug size: 117 MB of 200 MB
In addition, I changed the settings of GitHub Repo in Heroku to git@bitbucket.org :user-xyz/xyz-abc.git . I found this and this SO problems and this Heroku documentation related to my requirement, but could not get it to work. Is it possible?
source share