#App Engine Deploy

10 messages · Page 1 of 1 (latest)

dark birch
#

Hello, has anyone already deployed medusa backend on google app Engine?

shadow nymph
#

I was actually just planning on posting on this 😅 there are some other tutorials about GCP Virtual Machine deployment, but none for App Engine.

As far as I have tried it out it seems that Dockerfile becomes the problem first.

shadow nymph
dark birch
#

thank for reply, have you tried to deplay in App engine without docker?

shadow nymph
#

What do you mean? With yaml?

dark birch
#

yes

#

only like a sample nodejs App

shadow nymph
#

Shouldn't that work like in the official example?

#

You make the app.yaml and cloudbuild.yaml

dark birch
#

no i will try to configure cloudbuild.yaml
do you have already do it ?