Rails 3:Heroku Herogit 插件
我不太明白如何设置 Heroku 时事通讯 (https://github.com/jbarnette/herogit) 中推荐的 Herogit 插件。
当我在应用程序中执行 $heroku config
时,我已经有了配置信息。
我也不明白如何使用 git push 和 heroku rake db:migrate 在两个应用程序上进行部署。
谢谢
I don't quite understand how to setup the herogit plugin recommended in the Heroku newsletter (https://github.com/jbarnette/herogit).
When I do $heroku config
inside my app I already have the config info.
I also don't understand how to deploy on both apps using git push
and heroku rake db:migrate
.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Herogit 让您可以将 Heroku 凭证存储在 git 存储库中,因此如果您有使用不同凭证(例如不同客户端)的应用程序,那么这会更容易。如果您只处理一个应用程序,那么使用它就没有多大意义。
我在博客上写了一篇关于管理多个环境的博客文章 http:// /john.beynon.org.uk/developing-with-multiple-environments-on-hero
Herogit let's you store your Heroku credentials in your git repo so if you have apps which use different credentials, eg different clients then this makes it easier. If you're just dealing with the one app then there's not much point using it.
I wrote a blog post on managing multiple environments on my blog http://john.beynon.org.uk/developing-with-multiple-environments-on-hero