Edit file

26 views
Skip to first unread message

Seagu Sandeep

unread,
Oct 25, 2017, 11:37:26 PM10/25/17
to Google App Engine
I have deployed an HTML Static app IN web - app engine.How should I edit that file now?

Jordan (Cloud Platform Support)

unread,
Oct 26, 2017, 1:56:08 PM10/26/17
to Google App Engine
Any file deployed to App Engine cannot be altered afterwards. App Engine will copy your deployed files to every instance is starts up. Therefore logging into one instance and editing a file will not alter any other instance's files.

If you require the need to make changes to files after deployment, it is recommended to redeploy your application. If you instead have a static resource that requires the need to be changed live in production, you should host the file off of App Engine such as on Google Cloud Storage, and simply have your App Engine code fetch the file whenever it needs to use it.   

- If you are only hosting a static website without the need to run any scripts or code, you can simply host your entire static site on Google Cloud Storage
Reply all
Reply to author
Forward
0 new messages