Rails 3:Heroku Herogit 插件

发布于 2024-10-11 10:47:50 字数 221 浏览 4 评论 0原文

我不太明白如何设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

病毒体 2024-10-18 10:47:50

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文