gpt4 book ai didi

google-cloud-storage - 如何从 gcloud 中的部署中排除文件?

转载 作者:行者123 更新时间:2023-12-04 02:49:47 24 4
gpt4 key购买 nike

我已经构建了一个 Node.js 应用程序,我要做的是部署 cd进入我的项目目录并运行 gcloud preview app deploy .这有效,但在文件中我还有一个 JSON 文件,它的作用类似于我的应用程序的数据库,我不希望在部署时在站点上更新。我似乎找不到任何方法来做到这一点。如果这是不可能的,能够远程查看 JSON 文件并将其数据复制到本地文件,然后部署所有内容也适用于我,但我似乎也无法做到这一点。

最佳答案

您的 app.yaml 中有 skip_files 指令来排除您不想部署的路径或文件。

但是,如果您正在处理 node.js 项目,则必须使用 .gcloudignore文件将指定要排除的目录。

This .gcloudignore would prevent the upload of the node_modules/ directory and any files ending in ~:


  node_modules/
*~

引用文档:
1. https://cloud.google.com/sdk/gcloud/reference/topic/gcloudignore
2. https://cloud.google.com/appengine/docs/standard/nodejs/config/appref (搜索“skip_files”)

关于google-cloud-storage - 如何从 gcloud 中的部署中排除文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36751908/

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