【问题标题】:Google Cloud Deployed Files not seen未看到 Google Cloud 部署的文件
【发布时间】:2016-10-13 19:27:28
【问题描述】:

有没有办法在谷歌云控制台中查看部署的文件? 我使用“goapp 部署” 我可以打开 google shell,但我不知道在哪里检查。 当我检查 google shell 时,它看起来像 Linux 平台,但我找不到任何已部署的文件。

【问题讨论】:

    标签: google-cloud-platform


    【解决方案1】:

    Google Shell 只是 Google 免费为您提供的一个临时机器,以帮助您与您的 google 云平台项目进行交互。您永远不会在这台机器上找到已部署的代码。如果您将代码部署在 Compute Engine 机器上,您可以在 Compute Engine 实例上找到代码。如果您在 App Engine 上部署了代码,则可以使用此命令下载您的应用代码 https://cloud.google.com/appengine/docs/python/tools/appcfg-arguments#download_app

    Google Cloud Platform 提供了一个有趣的功能,您可能需要查看它来处理您的源代码。 Google Cloud Source Repositories 是托管在 Google Cloud Platform 上的功能齐全的私有 Git 存储库。

    https://cloud.google.com/source-repositories/docs/

    【讨论】:

      猜你喜欢
      • 2017-04-09
      • 2020-11-04
      • 2020-08-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多