#App Engine Deploy
10 messages · Page 1 of 1 (latest)
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.
https://github.com/undercontr/medusa-docker-template/tree/main
This helped quite far. I only need to figure out how to use ENV variables tomorrow.
thank for reply, have you tried to deplay in App engine without docker?
What do you mean? With yaml?
Shouldn't that work like in the official example?
You make the app.yaml and cloudbuild.yaml
no i will try to configure cloudbuild.yaml
do you have already do it ?