[google-appengine] Re: Deployment fails with error

2021-02-08 Thread 'jstsetinin' via Google App Engine
Hello, What Cloud SDK version are you using? The latest version is 326 [1]. Also you can add verbosity=debug [2] flag to get more debug information about the error, share the output with us if possible. [1] https://cloud.google.com/sdk/docs/release-notes [2]

[google-appengine] Re: Environment Variables inside cloud_build.yaml + PHP

2021-01-08 Thread 'jstsetinin' via Google App Engine
Hello, I think it is possible but you have to use "options" field and "env" subfield. According to documentation [1] in "env" subfield you can specify "a list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally

[google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-20 Thread 'jstsetinin' via Google App Engine
Hello, Thak you for your question. According to our documentation "You must have an enabled App Engine application in your project to run your queue." [1] It is not possible to make it work without Appengine. [1] https://cloud.google.com/tasks/docs/quickstart-appengine On Friday, 20 November

Re: [google-appengine] Re: Error compute

2020-10-29 Thread 'jstsetinin' via Google App Engine
Hey, That means that this API returns HTTP code with error 4xx or 5xx [1]. You need to investigate further using to reveal error codes in order to fix them. List of HTTP status codes you can find here [2]. [1] https://cloud.google.com/apis/design/errors [2]

[google-appengine] Re: Deploying Simple Angular App on App Engine

2020-10-02 Thread 'jstsetinin' via Google App Engine
Yes, you can deploy Angular app on GCP App Engine. I found some exampels for you here and here . On Thursday, 1