【发布时间】:2017-12-16 05:28:18
【问题描述】:
到目前为止,我一直在使用 github 并推送到 Heroku。我有类似的东西,当我做 git push heroku master 时,它从我认为的源远程推送到 Heroku。
heroku https://git.heroku.com/gentle-dawn-61312.git (fetch)
heroku https://git.heroku.com/gentle-dawn-61312.git (push)
origin git@github.com:Igor-Vuk/App.git (fetch)
origin git@github.com:Igor-Vuk/rApp.git (push)
现在我在部署代码的地方添加了 bitbucket,所以现在我有了类似的东西。
bitbucket ssh://git@bitbucket.org/Igor-Vuk/App.git (fetch)
bitbucket ssh://git@bitbucket.org/Igor-Vuk/App.git (push)
heroku https://git.heroku.com/gentle-dawn-61312.git (fetch)
heroku https://git.heroku.com/gentle-dawn-61312.git (push)
origin git@github.com:Igor-Vuk/App.git (fetch)
origin git@github.com:Igor-Vuk/App.git (push)
如何将部署到 bitbucket 的代码推送到 heroku now?
【问题讨论】: