不使用 Git 将更改部署到 Heroku 上托管的应用程序
我在 GitHub 上有一个部署到 Heroku 的应用程序。即使我使用的计算机未安装 Git,我也可以通过 GitHub 网站对存储库中的文件进行更改。但是,我不确定是否可以在不调用“git push heroku”的情况下将这些更改部署到 Heroku。有谁知道这是否可能?
I have an application on GitHub that is deployed to Heroku. Even if I'm at a computer where Git is not installed, I can make changes to the files in the repository via the GitHub website. However, I'm not sure if I can deploy those changes to Heroku without invoking "git push heroku". Does anyone know if this is possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
现在可以了,请查看 https://github.com/ddollar/heroku-push
This is possible now, check out https://github.com/ddollar/heroku-push
这是不可能的 - 部署必须通过 git push
it's not possible - deploys must be via git push
如果你可以在安装了 Git 的地方访问 shell 帐户,你就可以这样做。那么您所需要的只是一个 SSH 客户端。
If you can get access to shell account somewhere with Git installed you could do it that way. Then all you'd need would be an SSH client.
您可以使用这个新的 Heroku 插件:
You can use this new Heroku plugin: