Github 直达heroku
我在私人 github 存储库上有一个项目(但这也应该适用于公共存储库)并且有很多贡献者。 github 存储库已被指定为主副本。该项目设置为部署到 heroku.com 上的我的应用程序。
我想让 git Push 直接从 github 到 heroku,而不必先将其托管在我的工作站上。有办法做到这一点吗?
I have a project on a private github repository (but this should work for public repositories too) and there are many contributors. The github repository has been designated as the master copy. This project is set up to deploy to my app on heroku.com.
I would like to get the git push to go straight from github to heroku without first having to host it on my workstation. Is there a way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来这是不可能的:从github推送到heroku而不下载repo
Sounds like this isn't possible: Push from github to heroku without downloading repo
不确定您可以直接执行此操作,但这至少应该让您在正确的区域中查找: http ://help.github.com/post-receive-hooks/
此线程 可能也令人感兴趣。
Not sure you can do this directly, but this should at least get you looking in the right area: http://help.github.com/post-receive-hooks/
This thread might be of interest as well.