Based on your structure, you can deploy multiple services from /root-folder 
using:

gcloud app deploy common-code/service-1/app.yaml 
common-code/service-2/app.yaml common-code/service-3/app.yaml

You can find more discussions about microservices on this thread 
<https://cloud.google.com/appengine/docs/standard/python/microservices-on-app-engine>
 and 
a sample GitHub project on this link 
<https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/flexible/multiple_services>
.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/613dfd85-d4cd-480d-b81a-a6922fd22f79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to