Closed k-one-o-two closed 1 year ago
See here https://github.com/Erudika/scoold#deploying-scoold-to-google-app-engine for details.
Another good tutorial: https://codelabs.developers.google.com/codelabs/cloud-app-engine-springboot#0
@albogdano yes, this is where I come from. I have managed to do that via building an image locally and then uploading it using gcloud builds submit
command. But the one in the docs is still not working for me, maybe I’m doing something wrong?
I updated the README to clarify the steps and I also updated the YAML file to include this:
handlers:
- url: /.*
script: scoold.jar
That may have been the problem. I'm sorry but I am not an expert on GAE so this is as much help as I can give you.
Trying to deploy to the google cloud via cli using
But keep getting the following error: