Deploying to Heroku using git on bitbucket

后端 未结 6 813
北海茫月
北海茫月 2020-12-04 11:07

I want to host my source on bitbucket using git because I obviously get a free private repo and I want to host my app on heroku using the source code from bitbucket.

<
6条回答
  •  再見小時候
    2020-12-04 11:53

    If you dont want to work in the command line and push to heroku the whole time and worry about maintaining SSH keys (quite annoying if you work on different boxes), then follow this guide on how to setup continuous integration using codeship. Its a free plugin on heroku.

    http://blog.codeship.io/2014/04/29/continuous-deployment-heroku-bitbucket-nodejs.html

提交回复
热议问题