gpt4 book ai didi

node.js - 一个包含多个 Heroku 应用程序的 Node.js 代码库

转载 作者:太空宇宙 更新时间:2023-11-04 00:11:18 25 4
gpt4 key购买 nike

我正在开发两个非常相似的 Express 应用程序,它们共享相同的代码库并 checkin 一个中央 git 存储库。通过环境变量切换存在细微差别。

如何在两个不同的 Heroku 站点部署相同的代码?

最佳答案

使用heroku config为每个应用程序设置适当的环境变量:

heroku config:set FLAVOR=Chocolate -a app1
heroku config:set FLAVOR=Strawberry -a app2

为每个应用程序创建 git Remote (使用与应用程序名称相同的 Remote 名称):

heroku git:remote --remote app1 -a app1
heroku git:remote --remote app2 -a app2

推送到每个应用程序:

git push app1
git push app2

关于node.js - 一个包含多个 Heroku 应用程序的 Node.js 代码库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49417692/

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