Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的 rails 应用程序从 github 推送到 heroku。我已经在 github 上部署了我的应用程序,并且我有它的 url。我不知道如何在 heroku 上部署一个已经存在于 github 上的应用程序。谁知道请回复。谢谢
Heroku 有一个关于将 Rails 3 应用程序部署到 Heroku的优秀指南。
您现在可以在 Heroku 上部署主分支或来自 github 存储库的功能分支。此部署可以手动或自动完成(当 github 存储库中的分支发生更改时)。为此,请登录 Heroku,单击应用程序,然后单击“部署”菜单选项。向下滚动,您将看到“自动”和“手动”部署选项。您可以选择其中一项或两项。持续集成工具(如 GoCD、Jenkins 或其他工具)将为您提供另一层控制和管理。但是这种仅使用 Heroku 的部署方法适用于个人、小型团队或简单的用例。