[google-appengine] Laravel 8 - build failed in google app engine flexible environment

2021-06-09 Thread Bilal Haidar
Hello, I have a Laravel PHP app with the following: - app.yaml ``` runtime: php env: flex runtime_config: document_root: public whitelist_functions: proc_open automatic_scaling: min_num_instances: 1 max_num_instances: 1 resources: cpu: 1 memory_gb: 0.5 disk_size_gb: 10 env_variables: # See

Re: [google-appengine] Re: Google App Engine TCP Connections

2021-06-09 Thread Bradley Barrows
I thought that the original post did not actually send. My browser quit right after hitting send so I re wrote it. I also found no acknowledgement that the original was received so had no way of verifying if I needed to re type it or not. Sorry about that. Thanks Brad On Wed, Jun 9, 2021 at

[google-appengine] PHP Fatal error: Uncaught Error: Unsupported operand types in /builder/src/Builder/GenFilesCommand.php:279

2021-06-09 Thread Bilal Haidar
Hello, Today, while trying to deploy my Laravel PHP app on Google Cloud Build using App Engine Flex, I faced some errors: This is the app.yaml file: ``` runtime: php env: flex runtime_config: document_root: public whitelist_functions: proc_open automatic_scaling: min_num_instances: 1

[google-appengine] Re: Google App Engine TCP Connections

2021-06-09 Thread 'Angel (Google Cloud Platform Support)' via Google App Engine
Hello Brad, I believe this is a similar, if not the same question that has already been answered here [1]. Please let me know if this is the case or if I misunderstood your question. Kind regards. __ [1] -

[google-appengine] Re: Cloud Build - Multiple Environments

2021-06-09 Thread Bilal Haidar
This is what happens inside Cloud Build: --- Services to deploy: *descriptor: [/workspace/app.yaml]* source: [/workspace] target project: [test-project] target service: [default] target version: [qa] target url: [https://test-project.uc.r.appspot.com] On Wednesday, June 9, 2021 at 9:50:01 AM

[google-appengine] Cloud Build - Multiple Environments

2021-06-09 Thread Bilal Haidar
In my app, I have the following: - app.yaml - cloudbuild.yaml --- I use the above for the first time to deploy the default service. - app.qa.yaml - cloudbuild_qa.yaml - app.staging.yaml - cloudbuild_staging.yaml - app.prod.yaml - cloudbuild_prod.yaml They all reside at the root of the