gpt4 book ai didi

git - 从同一个 git repo 部署两个单独的 heroku 应用程序

转载 作者:IT王子 更新时间:2023-10-29 00:36:15 26 4
gpt4 key购买 nike

在一个 git 存储库中,我有两个独立的应用程序(网络服务器和 API 服务器)。

如何将每个应用程序部署到其自己的 Heroku 应用程序?

(所以有 2 个 heroku 应用程序,一个用于 Web 服务器,一个用于 api 服务器)

注意(在标记为重复之前):有几个类似的问题。大多数涉及将一个 应用程序部署到两个 heroku 应用程序——通常用于暂存和生产。我希望将两个 应用程序部署到两个 heroku 应用程序。 ( Question about staging vs prod )

最佳答案

solution suggested by rdegges不幸的是不再工作了。见:

The web process type is special as it’s the only process type that will receive HTTP traffic from Heroku’s routers. Other process types can be named arbitrarily.

来自 Heroku documentation .因此,您将无法在 Procfile 中同时使用 apiweb 来公开 Web 应用程序。

最新的解决方案

解决这个问题的正确方法是使用 Heroku 团队提供的构建包:Heroku Multi Procfile buildpack :

Imagine you have a single code base, which has a few different applications within it... or at least the ability to run a few different applications. Or, maybe you're Google with your mono repo?

In any case, how do you manage this on Heroku? You don't. Heroku applications assume one repo to one application.

Enter the Multi Procfile buildpack, where every app gets a Procfile!

我已经在一个使用 yarn 工作区的存储库上使用这个构建包好几个月了(一个存储库中有多个 Node 和 React 应用程序),一切正常。

关于git - 从同一个 git repo 部署两个单独的 heroku 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41461517/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com