Push from github to heroku without downloading repo

前端 未结 4 1743
南笙
南笙 2020-12-01 01:08

I have a github repo that I want to push to a heroku node. A 3rd host will be co-ordinating this. As I\'m going to be doing this on a large scale I want to avoid having to d

4条回答
  •  日久生厌
    2020-12-01 01:32

    About a year after my previous answer about codeship.io, Heroku launched the beginnings of their Pipeline feature set, which includes proper Github integration.

    https://devcenter.heroku.com/articles/github-integration

    The whole pipeline flow is really powerful, allowing for temporary instances based on branches, multiple app deployments, staging->production promotion, etc. More information can be found on Heroku's overview article.

提交回复
热议问题