Can I deploy (update) a Single Python file in an existing Google App Engine application?

Is it possible to update a single py file in an existing GAE application. Somehow we update cron.yaml using appcfg.py update_cron

Is there a way to update a .py file?

Regrads.

+4
source share
1 answer

No no. If you are changing a single file, you need to pack and download the entire application.

+5
source

Source: https://habr.com/ru/post/1442449/


All Articles