gpt4 book ai didi

reactjs - 如何为应用服务上使用 azure devops 管道部署的 React 应用设置 .env

转载 作者:行者123 更新时间:2023-12-05 06:10:38 25 4
gpt4 key购买 nike

我在 Azure Devops 上开发了一个带有 CI/CD 的管道,用于在 Azure Web 应用服务上部署 React 应用。我在本地使用 .env 文件,这个文件在 .gitignore 上。我想知道如何设置 .env 以在生产环境中读取它。

最佳答案

您可以查看以下文档:

https://create-react-app.dev/docs/adding-custom-environment-variables/#adding-development-environment-variables-in-env

.env files should be checked into source control (with the exclusion of .env*.local ).

如果您不想将 .env 文件 checkin DevOps,您可以在管道变量中添加变量:

enter image description here

另外,您可以引用以下案例获取更多建议:

How to use environment variables in React app hosted in Azure

关于reactjs - 如何为应用服务上使用 azure devops 管道部署的 React 应用设置 .env,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64383981/

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