Google Cloud App Engine - Edit 1 file

前端 未结 3 1746
长发绾君心
长发绾君心 2021-01-14 01:33

I am new at Google Cloud and I would like to know if there is a way to edit only one file inside of an App Engine application.

This is my problem: I am migrating fro

3条回答
  •  攒了一身酷
    2021-01-14 01:57

    For the standard environment the answer is no, you need to deploy a new version of the app to modify a file. So the advice would be - make the most of testing your app locally. See somehow related Google AppEngine - updating my webapp after deploy

    For the flexible environment (possibly your case as you mentioned 10 min deployment time, typical for the flexible env) there might be stuff to try, but tedious, see Google AppEngine - updating my webapp after deploy

提交回复
热议问题