Replies: 3 comments 2 replies
-
I have experience with that. In general, you have to deploy to App Engine "flexible" environment with "custom" runtime. Your main deployment objective is to build a container with your Flet app (I think this Dockerfile would be a good base and it's slim enough). Push container to Google Container Registry (GCR) in your project's region. Describe GAE app with Deploy the app from a GCR container from UI or Google SDK CLI: https://github.com/pglet/gae#readme You may check GAE docs for mapping custom domain, enabling SSL, etc. Give it a try - it should be pretty smooth. Waiting for PR to Flet docs with your experience :) |
Beta Was this translation helpful? Give feedback.
-
Fair enough - that's repo is apparently private. Sorry about that! Here you go: https://gist.github.com/FeodorFitsner/3afbb07753a19f13bc3e2fbbc1a4637e |
Beta Was this translation helpful? Give feedback.
-
I don't have any experience with google cloud, but with the minimal configuration you provided, I was able to successfully deploy. The files looked like this: File:
File:
|
Beta Was this translation helpful? Give feedback.
-
I would like a small tutorial to deploy an app on the google cloud platform. I would like to deploy my app in a more professional environment.
Beta Was this translation helpful? Give feedback.
All reactions