问题描述
我在GAE上部署了一个webapp2 python应用程序。有什么方法可以探索源代码或从GAE控制台对项目文件进行更改。如果我只想更新已经部署的应用程序中的单个.py文件,而不是再部署整个项目,是否有可能? 解决方案
我在GAE上部署了一个webapp2 python应用程序。有什么方法可以探索源代码或从GAE控制台对项目文件进行更改。如果我只想更新已经部署的应用程序中的单个.py文件,而不是再部署整个项目,是否有可能? 解决方案
p>我认为您正在寻找此功能:
我使用git将我的代码推送到Google Cloud Platform上,而我能够直接在线更改文本文件。
文档位于以下位置:
I deployed a webapp2 python application on GAE. Is there any way with which i can explore the source code or make changes in the project files from GAE console. Is it possible that if i only want to update a single .py file on already deployed app rather than again deploying the whole project?
I think you're looking for this :
https://console.cloud.google.com/code/develop
I pushed my code on Google Cloud Platform with git, and I'm able to change text files directly online.
The doc is here :https://cloud.google.com/source-repositories/
这篇关于在GAE上部署webapp,然后从GAE控制台在线进行更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!